summaryrefslogtreecommitdiff
path: root/usr/local/etc/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/etc/lighttpd/lighttpd.conf')
-rw-r--r--usr/local/etc/lighttpd/lighttpd.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr/local/etc/lighttpd/lighttpd.conf b/usr/local/etc/lighttpd/lighttpd.conf
new file mode 100644
index 0000000..0746ae6
--- /dev/null
+++ b/usr/local/etc/lighttpd/lighttpd.conf
@@ -0,0 +1,12 @@
+var.log_root = "/var/log/lighttpd"
+include "conf.d/access_log.conf"
+include "conf.d/mime.conf"
+include "conf.d/cgi.conf"
+index-file.names += ("index.php")
+server.breakagelog = log_root + "/breakage.log"
+server.document-root = "/var/www"
+server.errorlog = log_root + "/error.log"
+server.groupname = "www"
+server.network-backend = "sendfile"
+server.port = 80
+server.username = "www"