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.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/etc/lighttpd/lighttpd.conf b/usr/local/etc/lighttpd/lighttpd.conf
index 658060a..c165e62 100644
--- a/usr/local/etc/lighttpd/lighttpd.conf
+++ b/usr/local/etc/lighttpd/lighttpd.conf
@@ -1,12 +1,12 @@
-## Note: use kqueue
var.log_root = "/var/log/lighttpd"
include "conf.d/access_log.conf"
include "conf.d/dirlisting.conf"
include "conf.d/mime.conf"
-#include "modules.conf"
-index-file.names += ("index.html")
-server.document-root = "/var/53hor"
+include "conf.d/cgi.conf"
+index-file.names += ("index.php")
+server.document-root = "/var/www"
server.errorlog = log_root + "/error.log"
+server.breakagelog = log_root + "/breakage.log"
server.network-backend = "sendfile"
server.port = 80
server.username = "www"