From 528d4db2c308281de8d9c1ba81a91c247a1be82d Mon Sep 17 00:00:00 2001 From: pi-farm Date: Sun, 8 Feb 2026 21:19:36 +0100 Subject: [PATCH] remove stderror file --- root/defaults/lighttpd.conf | 4 ---- 1 file changed, 4 deletions(-) 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