mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Add console gzip compression to js,css and html files (#2696)
This commit is contained in:
9
jetty/src/main/jetty-base/start.d/gzip.ini
Normal file
9
jetty/src/main/jetty-base/start.d/gzip.ini
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# ---------------------------------------
|
||||||
|
# Module: gzip
|
||||||
|
# Enables gzip compression of the following mime types
|
||||||
|
# ---------------------------------------
|
||||||
|
|
||||||
|
--module=gzip
|
||||||
|
|
||||||
|
jetty.http.gzip.minGzipSize=200
|
||||||
|
jetty.http.gzip.includedMimeTypes=text/html,text/css,text/javascript,application/javascript,application/json,image/svg+xml
|
||||||
Reference in New Issue
Block a user