Commit 70b7a694 authored by Terence Lee's avatar Terence Lee

add gzip_vary on

parent a5cf6ec7
......@@ -12,6 +12,7 @@ http {
gzip_comp_level 2;
gzip_min_length 512;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_vary on;
server_tokens off;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment