Skip to content

Commit

Permalink
web: enable GZIP compression for more file types
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka authored Apr 22, 2020
1 parent 774aba5 commit e70975e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/rootfs/defaults/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e70975e

Please sign in to comment.