Hosting other web sites with pi-hole

Hi all !
Is it possible to host other web sites with pi-hole ?
What would be the configuration of lighttpd ?
Virtualhosting, but do I need to replace the default configuration of pi-hole or extend it in /etc/lighttpd/external.conf :

server.modules += ( "mod_simple_vhost" )
simple-vhost.server-root = "/var/www/"
simple-vhost.default-host = "html"
simple-vhost.document-root = "."

Try to keep custom configs in external.conf, but you might need to modify the default config (be aware that it resets on updates).

well got nothing wiser here :frowning: