Commit 0e0c9e14 authored by Terence Lee's avatar Terence Lee

Merge pull request #22 from hone/text_html_warning

MIME type "text/html" is already included by default
parents 8c0baee0 30459940
......@@ -11,7 +11,7 @@ http {
gzip on;
gzip_comp_level 6;
gzip_min_length 512;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript text/html;
gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript;
gzip_vary on;
gzip_proxied any;
......
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