Only use a 5 gzip
This commit is contained in:
parent
1c53af9215
commit
399b623db4
|
@ -30,7 +30,7 @@ server {
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_comp_level 9;
|
gzip_comp_level 5;
|
||||||
gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json;
|
gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json;
|
||||||
}
|
}
|
||||||
#uncomment for static file servers
|
#uncomment for static file servers
|
||||||
|
@ -40,7 +40,7 @@ server {
|
||||||
#access_log off;
|
#access_log off;
|
||||||
#add_header Cache-Control "public";
|
#add_header Cache-Control "public";
|
||||||
#gzip on;
|
#gzip on;
|
||||||
#gzip_comp_level 9;
|
#gzip_comp_level 5;
|
||||||
#gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json;
|
#gzip_types text/plain text/html text/css application/x-javascript text/xml application/xml application/xml+rss text/javascript application/json;
|
||||||
#alias /var/node/blootstrap/static/;
|
#alias /var/node/blootstrap/static/;
|
||||||
#}
|
#}
|
||||||
|
|
Loading…
Reference in New Issue