This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user