mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-31 03:51:12 -07:00
Update nginx.conf
vary on
This commit is contained in:
parent
f64909e9a9
commit
61c439554e
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ http {
|
|||
|
||||
# Compression
|
||||
gzip on;
|
||||
gzip_vary on;
|
||||
gzip_comp_level 9;
|
||||
gzip_min_length 512;
|
||||
gzip_buffers 8 64k;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue