mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 10:35:27 +00:00
webgui: enable compression (#6172)
This commit is contained in:
parent
31368fb15a
commit
0c550fc0d9
@ -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}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user