update panel config
All checks were successful
Nginx / build (push) Successful in 28s

This commit is contained in:
lychang
2025-09-12 15:54:31 +08:00
parent 81d6d9e2ea
commit e088fe1218

View File

@@ -92,6 +92,9 @@ server {
proxy_set_header Host $host; # 主机名
proxy_set_header X-Real-Ip $remote_addr;# 真实 IP
proxy_set_header X-Forwarded-For $remote_addr; # 表示 HTTP 请求端真实 IP
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}