修复upstream gzip压缩,前端公共依赖采用cdn

This commit is contained in:
whyour
2021-03-29 20:27:59 +08:00
parent f0be863b3f
commit 9f54a15ab8
3 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ server {
gzip_vary on;
gzip_comp_level 6;
gzip_buffers 16 8k;
gzip_http_version 1.1;
gzip_http_version 1.0;
location / {
index index.html index.htm;