system: lighttpd 1.4.66 config removal

WARNING: unknown config-key: server.dir-listing (ignored)
This commit is contained in:
Franco Fichtner 2022-08-17 14:46:22 +02:00
parent 3c53058805
commit 98b65dd8a0
2 changed files with 0 additions and 6 deletions

View File

@ -450,9 +450,6 @@ server.error-handler-404 = "/ui/404"
## to help the rc.scripts
server.pid-file = "/var/run/lighty-webConfigurator.pid"
## virtual directory listings
server.dir-listing = "disable"
## enable debugging
debug.log-request-header = "disable"
debug.log-response-header = "disable"

View File

@ -43,9 +43,6 @@ server.port = 8999
## to help the rc.scripts
server.pid-file = "/var/run/lighttpd-api-dispatcher.pid"
## virtual directory listings
server.dir-listing = "disable"
## enable debugging
debug.log-request-header = "disable"
debug.log-response-header = "disable"