Update nginx.conf

This commit is contained in:
rad168
2025-10-11 19:49:12 +08:00
committed by GitHub
parent 9fc17f2517
commit 90d54023e2

View File

@@ -655,12 +655,6 @@ http {
proxy_set_header Host cdn9.veryfast.filegear-sg.me; # 确保请求的 Host 匹配 Cloudflare 配置
}
# /hn/ 子目录
location /hn/ {
proxy_pass http://hn.any.myfw.us/;
proxy_set_header Host hn.any.myfw.us; # 确保请求的 Host 匹配 Cloudflare 配置
}
}
server {