aboutsummaryrefslogtreecommitdiffhomepage
path: root/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'lighttpd.conf')
-rw-r--r--lighttpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/lighttpd.conf b/lighttpd.conf
index 04b0bed..32e14da 100644
--- a/lighttpd.conf
+++ b/lighttpd.conf
@@ -2,8 +2,8 @@ include "/etc/lighttpd/mime-types.conf"
2 2
3server.port = env.PORT 3server.port = env.PORT
4server.modules = ( "mod_alias" ) 4server.modules = ( "mod_alias" )
5server.username = env.USER 5server.username = "lighttpd"
6server.groupname = env.GROUP 6server.groupname = "lighttpd"
7server.document-root = "/www" 7server.document-root = "/www"
8alias.url = ( env.SUBFOLDER => "/www" ) 8alias.url = ( env.SUBFOLDER => "/www" )
9server.indexfiles = ("index.html") 9server.indexfiles = ("index.html")