Commit ae3a0f9a by wutong

CD/CI

parent acc23ede
...@@ -59,17 +59,20 @@ http { ...@@ -59,17 +59,20 @@ http {
text/x-cross-domain-policy; text/x-cross-domain-policy;
server { server {
listen 80; listen 80;
server_name 111.230.84.223; server_name 111.230.84.223;
location / { location /apiV1 {
proxy_pass http://172.31.255.252:8088; proxy_pass http://172.31.255.2:8082;
} }
location = /50x.html { location = /50x.html {
root html; root html;
} }
} }
server { server {
listen 80; listen 80;
server_name 111.230.84.223; server_name 111.230.84.223;
...@@ -96,5 +99,16 @@ http { ...@@ -96,5 +99,16 @@ http {
} }
} }
server {
listen 80;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.252:8088;
}
location = /50x.html {
root html;
}
}
include servers/*; 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