Commit fe37a3d2 by 弓厶

添加维护文件

parent e90640f8
......@@ -16,8 +16,9 @@
location /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;
......
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