Commit fe37a3d2 by 弓厶

添加维护文件

parent e90640f8
...@@ -16,8 +16,9 @@ ...@@ -16,8 +16,9 @@
location /auth { location /auth {
proxy_pass http://gateway:10001/auth; proxy_pass http://gateway:10001/auth;
} }
location /api { # 后端管理接口
proxy_pass http://gateway:10001/api; location /manager {
proxy_pass http://gateway:10001/manager;
} }
error_page 500 502 503 504 /50x.html; error_page 500 502 503 504 /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