2 # This is an example webserver configuration using virtual hosts.
4 # See doc/config-guide.txt for descriptions of each command (line)
5 # and configuration syntax.
12 SET docroot = /var/www/site.com/
16 CREATE SERVICE example
18 SET docroot = /var/www/example.com/
23 SET listen = 0.0.0.0:80
26 SET persist_client = on
28 VHOST *.site.com = site
29 VHOST *.example.com = example
33 # always good to keep an internal management port open:
36 SET listen = 127.0.0.1:16000