1
0
mirror of https://github.com/google/nomulus synced 2025-12-23 14:25:44 +00:00

Add console gzip compression to js,css and html files (#2696)

This commit is contained in:
Pavlo Tkach
2025-02-27 17:52:10 -05:00
committed by GitHub
parent 7fb846c5b0
commit ea1e8d5cc5

View 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