feat: add gzip
This commit is contained in:
parent
dc603e6d04
commit
daba481b3b
@ -3,6 +3,15 @@ server {
|
||||
listen [::]:80;
|
||||
server_name www.19yuke2.cn;
|
||||
|
||||
gzip on;
|
||||
gzip_min_length 1k;
|
||||
gzip_buffers 4 16k;
|
||||
gzip_http_version 1.1;
|
||||
gzip_comp_level 9;
|
||||
gzip_types text/plain application/x-javascript text/css application/xml text/javascript application/javascript application/json;
|
||||
gzip_disable "MSIE [1-6]\.";
|
||||
gzip_vary on;
|
||||
|
||||
location / {
|
||||
root /usr/local/nginx/html/;
|
||||
try_files $uri $uri/ /index.html;
|
||||
|
Loading…
Reference in New Issue
Block a user