Commit fc86e617 by lizefeng

修改kq-ui的内网地址

parent f4a2b633
...@@ -96,7 +96,7 @@ http { ...@@ -96,7 +96,7 @@ http {
listen 8080; listen 8080;
server_name 111.230.84.223; server_name 111.230.84.223;
location / { location / {
proxy_pass http://172.31.255.21:8080; proxy_pass http://172.31.255.112:8080;
} }
} }
server { server {
......
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