cherry picking for lodash
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
pushstate: enabled
|
||||
force_https: true
|
||||
root: UI
|
||||
location_include: ../../headers.conf
|
||||
location_include: ../../*.conf
|
||||
|
9
cf_config/nginx.conf
Normal file
9
cf_config/nginx.conf
Normal file
@ -0,0 +1,9 @@
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
|
||||
gzip_vary on;
|
||||
gzip_proxied any;
|
||||
gzip_comp_level 6;
|
||||
gzip_buffers 16 8k;
|
||||
gzip_http_version 1.1;
|
||||
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;
|
Reference in New Issue
Block a user