summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-system/lh_lighttpd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-system/lh_lighttpd.conf')
-rw-r--r--linhes/linhes-system/lh_lighttpd.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/linhes-system/lh_lighttpd.conf b/linhes/linhes-system/lh_lighttpd.conf
index 1831925..90375b8 100644
--- a/linhes/linhes-system/lh_lighttpd.conf
+++ b/linhes/linhes-system/lh_lighttpd.conf
@@ -36,13 +36,13 @@ server.modules = (
server.document-root = "/data/srv/httpd/htdocs"
## where to send error-messages to
-server.errorlog = "/var/log/lighttpd/error.log"
+#server.errorlog = "/var/log/lighttpd/error.log"
#### accesslog module
#accesslog.filename = "/var/log/lighttpd/access.log"
##send errors to syslog
-#server.errorlog-use-syslog = "enable"
-#$HTTP["url"] !~ "\.(jpe?g|png|gif|css)" { accesslog.use-syslog = "enable" }
+server.errorlog-use-syslog = "enable"
+$HTTP["url"] !~ "\.(jpe?g|png|gif|css)" { accesslog.use-syslog = "enable" }
## File uploads
# Make sure this folder exists and is writable to server.username