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

This commit is contained in:
lychang
2025-09-12 16:05:37 +08:00
parent e088fe1218
commit 4f834c7f0d

View File

@@ -89,7 +89,8 @@ server {
proxy_pass http://192.168.1.100:5678;
proxy_redirect off;#以下是一些反向代理的配置可删除
proxy_pass_header Set-Cookie; # cookie
proxy_set_header Host $host; # 主机名
proxy_set_header Host n8n.liubeiting.cn:8000; # 主机名
proxy_set_header Origin http://n8n.liubeiting.cn:8000;
proxy_set_header X-Real-Ip $remote_addr;# 真实 IP
proxy_set_header X-Forwarded-For $remote_addr; # 表示 HTTP 请求端真实 IP
proxy_http_version 1.1;