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