]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_simple_vhost.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_simple_vhost.conf
index 6dbcca68a6b693d3995255773cc1a32d632c4766..5ffb73ebf144504e1bce76f9b3b29289025fae3f 100644 (file)
@@ -1,3 +1,15 @@
+# Simple name-based virtual hosting
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModSimpleVhost
+
 server.modules += (
        "mod_simple_vhost"
 )
+
+## The document root of a virtual host isdocument-root =
+##   simple-vhost.server-root + $HTTP["host"] + simple-vhost.document-root
+simple-vhost.server-root         = "/home/services/lighttpd/"
+simple-vhost.document-root       = "/html/"
+
+## the default host if no host is sent
+simple-vhost.default-host        = "www.example.com"
This page took 0.033376 seconds and 4 git commands to generate.