update 8n8
All checks were successful
Nginx / build (push) Successful in 30s

This commit is contained in:
lychang
2025-09-12 15:01:02 +08:00
parent 5b97042a5a
commit 45aa2c612a

View File

@@ -95,9 +95,9 @@ server {
}
server {
listen 8000;
server_name libre.liubeiting.cn;
server_name n8n.liubeiting.cn;
location / {
proxy_pass http://192.168.1.100:8899;
proxy_pass http://192.168.1.100:5678;
proxy_redirect off;#以下是一些反向代理的配置可删除
proxy_pass_header Set-Cookie; # cookie
proxy_set_header Host $host; # 主机名