diff --git a/root/defaults/lighttpd.conf b/root/defaults/lighttpd.conf index ee33400..95238e4 100644 --- a/root/defaults/lighttpd.conf +++ b/root/defaults/lighttpd.conf @@ -22,9 +22,5 @@ server.modules += ( "mod_access", "mod_accesslog" ) # Index Dateien index-file.names = ( "index.html" ) -# Logging nach stdout/stderr für Docker -server.errorlog = "/dev/stderr" -accesslog.filename = "/dev/stdout" - # Verhindert, dass Lighttpd im Hintergrund läuft (wichtig für s6) server.event-handler = "linux-sysepoll" \ No newline at end of file