Commit b98d1eaa by wutong

CD/CI

parent e47566fe
...@@ -63,10 +63,10 @@ http { ...@@ -63,10 +63,10 @@ http {
listen 80; listen 80;
server_name 111.230.84.223; server_name 111.230.84.223;
location /job { location /job/ {
proxy_pass http://172.31.255.252:8088; proxy_pass http://172.31.255.252:8088;
} }
location /apiV1 { location /apiV1/ {
proxy_pass http://172.31.255.2:8082; proxy_pass http://172.31.255.2:8082;
} }
location / { location / {
......
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