mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Update nginx.conf
vary on
This commit is contained in:
parent
f64909e9a9
commit
a3982fd477
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,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