Merge pull request #1769 from lukapaunovic/patch-36

Update nginx.conf
This commit is contained in:
dpeca 2018-11-14 13:05:23 +01:00 committed by GitHub
commit 59f29ce2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ http {
# Compression
gzip on;
gzip_vary on;
gzip_comp_level 9;
gzip_min_length 512;
gzip_buffers 8 64k;