web: enable GZIP compression for more file types

This commit is contained in:
Jakub Onderka 2020-04-22 10:51:58 +02:00 committed by GitHub
parent 774aba54f5
commit e70975e692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@ http {
##
gzip on;
gzip_disable "msie6";
gzip_types text/plain text/css application/javascript application/json;
gzip_vary on;
gzip_min_length 860;
# gzip_vary on;
# gzip_proxied any;