This commit is contained in:
2025-10-10 09:16:54 +08:00
parent 286e0851d0
commit cf62442906
10 changed files with 2309 additions and 2436 deletions

View File

@ -102,7 +102,7 @@ http {
# 增强头信息转发
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
gzip off; # 禁用该接口的 gzip 压缩
proxy_set_header Accept-Encoding ""; # 清除传给后端的 Accept-Encoding 头