Update nginx.conf
This commit is contained in:
parent
a936daf95b
commit
a64b9e1ab2
|
|
@ -59,7 +59,7 @@ http
|
|||
gzip_buffers 4 16k;
|
||||
gzip_http_version 1.1;
|
||||
gzip_comp_level 9;
|
||||
gzip_types text/plain application/javascript application/x-javascript text/javascript text/css application/xml;
|
||||
gzip_types text/html text/plain application/javascript application/x-javascript text/javascript text/css application/xml;
|
||||
gzip_vary on;
|
||||
gzip_proxied expired no-cache no-store private auth;
|
||||
gzip_disable "MSIE [1-6]\.";
|
||||
|
|
|
|||
Loading…
Reference in New Issue