Commit 84db1f22 by lizefeng

新增tool web api解析

parent d0f006a5
......@@ -685,5 +685,13 @@ http {
}
}
# tool api
server {
listen 8745;
location / {
proxy_pass http://tool-web-api.default;
}
}
include servers/*;
}
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