diff options
Diffstat (limited to 'lighttpd.conf')
-rw-r--r-- | lighttpd.conf | 4 |
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 | ||
3 | server.port = env.PORT | 3 | server.port = env.PORT |
4 | server.modules = ( "mod_alias" ) | 4 | server.modules = ( "mod_alias" ) |
5 | server.username = env.USER | 5 | server.username = "lighttpd" |
6 | server.groupname = env.GROUP | 6 | server.groupname = "lighttpd" |
7 | server.document-root = "/www" | 7 | server.document-root = "/www" |
8 | alias.url = ( env.SUBFOLDER => "/www" ) | 8 | alias.url = ( env.SUBFOLDER => "/www" ) |
9 | server.indexfiles = ("index.html") | 9 | server.indexfiles = ("index.html") |