mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
Merge pull request #3320 from kulikov-a/patch-6
security/acme: minor lighty config fixes
This commit is contained in:
commit
e055751e73
1 changed files with 4 additions and 6 deletions
|
|
@ -72,18 +72,16 @@ $SERVER["socket"] == "[::1]:{{OPNsense.AcmeClient.settings.challengePort}}" { }
|
|||
# to help the rc.scripts
|
||||
server.pid-file = "/var/run/lighttpd-acme-challenge.pid"
|
||||
|
||||
# virtual directory listings
|
||||
server.dir-listing = "disable"
|
||||
|
||||
# enable debugging
|
||||
debug.log-request-header = "disable"
|
||||
debug.log-response-header = "disable"
|
||||
debug.log-request-handling = "disable"
|
||||
debug.log-file-not-found = "disable"
|
||||
|
||||
# gzip compression
|
||||
compress.cache-dir = "/tmp/acmelighttpdcompress/"
|
||||
compress.filetype = ("text/plain","text/css", "text/xml", "text/javascript" )
|
||||
# enable compression
|
||||
deflate.cache-dir = "/tmp/acmelighttpdcompress/"
|
||||
deflate.mimetypes = ("text/plain", "text/css", "text/xml", "text/javascript")
|
||||
deflate.allowed-encodings = ("br", "gzip", "deflate")
|
||||
|
||||
server.max-request-size = 4096
|
||||
server.tag = "lighttpd/ACME"
|
||||
|
|
|
|||
Loading…
Reference in a new issue