Commit 2950e59b authored by yidreamc's avatar yidreamc Committed by ι™ˆεΈ…

fix nginx config error (#2562)

parent 5f6e69a2
......@@ -3,7 +3,7 @@ server {
# gzip config
gzip on;
gzip_min_length 1k;
gzip_comp_level 9
gzip_comp_level 9;
gzip_types text/plain application/javascript application/x-javascript text/css application/xml text/javascript application/x-httpd-php image/jpeg image/gif image/png;
gzip_vary on;
gzip_disable "MSIE [1-6]\.";
......
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