Commit a5cf6ec7 authored by Terence Lee's avatar Terence Lee

specify gzip types

parent b5726b00
......@@ -11,6 +11,7 @@ http {
gzip on;
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;
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