提交 904b17b1 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码 [TrainSys,网页端]

上级 09462910
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
index index.html index.htm; index index.html index.htm;
} }
location /sztrainsys__web { location /api/ {
proxy_pass http://gateway.ibizcloud.cn:20086; proxy_pass http://gateway.ibizcloud.cn:20086/;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
} }
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /50x.html;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册