Commit b31652b4 authored by tanyang's avatar tanyang

修改迁移华为云配置

parent 15c8d8cc
...@@ -22,7 +22,7 @@ server ...@@ -22,7 +22,7 @@ server
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# 后端服务地址 # 后端服务地址
proxy_pass http://localhost:9098/; proxy_pass https://szhapi.jiansheku.com;
} }
location = /50x.html { location = /50x.html {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment