etc edits

This commit is contained in:
d3m1g0d
2019-06-15 14:09:14 +02:00
parent 209f557a9b
commit 548ae2be2c
28 changed files with 394 additions and 1 deletions
@@ -0,0 +1,11 @@
# /usr/share/doc/lighttpd/simple-vhost.txt
server.modules += ( "mod_simple_vhost" )
## The document root of a virtual host is document-root =
## simple-vhost.server-root + $HTTP["host"] + simple-vhost.document-root
simple-vhost.server-root = "/srv"
simple-vhost.document-root = "htdocs"
## the default host if no host is sent
simple-vhost.default-host = "www.example.com"