]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_simple_vhost.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_simple_vhost.conf
1 # Simple name-based virtual hosting
2 #
3 # Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSimpleVhost
4
5 server.modules += (
6         "mod_simple_vhost"
7 )
8
9 ## The document root of a virtual host isdocument-root =
10 ##   simple-vhost.server-root + $HTTP["host"] + simple-vhost.document-root
11 simple-vhost.server-root         = "/home/services/lighttpd/"
12 simple-vhost.document-root       = "/html/"
13
14 ## the default host if no host is sent
15 simple-vhost.default-host        = "www.example.com"
This page took 0.03901 seconds and 3 git commands to generate.