Commit 04826b44 authored by tanyang's avatar tanyang

删除ng api接口映射

parent 0fbbd86e
...@@ -15,16 +15,6 @@ server ...@@ -15,16 +15,6 @@ server
try_files $uri $uri/ /index.html; try_files $uri $uri/ /index.html;
} }
location /prod-api/ {
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# 后端服务地址
proxy_pass https://szhapi.jiansheku.com;
}
location = /50x.html { location = /50x.html {
root html; root 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