webgui: enable compression (#6172)

This commit is contained in:
kulikov-a 2023-06-28 10:26:23 +03:00 committed by GitHub
parent 31368fb15a
commit 0c550fc0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,9 +457,10 @@ debug.log-response-header = "disable"
debug.log-request-handling = "disable"
debug.log-file-not-found = "disable"
# gzip compression
# compression
deflate.mimetypes = ("text/plain", "text/css", "text/javascript", "text/xml")
deflate.allowed-encodings = ( "br", "gzip", "deflate" )
deflate.cache-dir = "/tmp/lighttpdcompress/"
deflate.mimetypes = ("text/plain","text/css", "text/xml", "text/javascript" )
{$server_upload_dirs}