remove stderror file
All checks were successful
Docker Build Smart Logic / Build amd64 & arm64 (push) Successful in 12s

This commit is contained in:
2026-02-08 21:19:36 +01:00
parent 15a6917a26
commit 528d4db2c3

View File

@@ -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"