Commit d88549ba by zhangxingmin

push

parent c6720681
......@@ -23,7 +23,7 @@ server {
# 代理API请求到网关服务
location /api/ {
# 负载均衡到两个网关服务实例
proxy_pass http://gateway_load_balance;
proxy_pass http://gateway_load_balance/;
# 代理设置
proxy_set_header Host $host;
......
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