Update nginx.conf

vary on
This commit is contained in:
Luka Paunović 2018-11-14 00:21:12 +01:00 committed by GitHub
commit 151f82e519
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_static on;
gzip_vary on;
gzip_comp_level 6;