Commit 98931b67 by lizefeng

fix

parent 84db1f22
...@@ -687,7 +687,8 @@ http { ...@@ -687,7 +687,8 @@ http {
# tool api # tool api
server { server {
listen 8745; listen 80;
server_name tool.bailuntec.com;
location / { location / {
proxy_pass http://tool-web-api.default; proxy_pass http://tool-web-api.default;
} }
......
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