Commit e47566fe by wutong

CD/CI

parent ae3a0f9a
......@@ -59,33 +59,26 @@ http {
text/x-cross-domain-policy;
server {
listen 80;
server_name 111.230.84.223;
location /apiV1 {
proxy_pass http://172.31.255.2:8082;
}
location = /50x.html {
root html;
}
}
server {
listen 80;
server_name 111.230.84.223;
location /job {
proxy_pass http://172.31.255.252:8088;
}
location /apiV1 {
proxy_pass http://172.31.255.2:8082;
}
location / {
proxy_pass http://172.31.255.252:8088;
}
location = /50x.html {
root html;
}
}
server {
listen 80;
listen 8081;
server_name 111.230.84.223;
location /a{
proxy_redirect off;
......@@ -99,16 +92,5 @@ 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/*;
}
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