Pre Merge pull request !645 from chengliejian/开启nginx静态资源压缩

This commit is contained in:
chengliejian 2025-02-11 07:47:25 +00:00 committed by Gitee
commit f5e2cd0348
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -14,6 +14,7 @@ http {
keepalive_timeout 65;
# 限制body大小
client_max_body_size 100m;
gzip_static on;
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '