Commit daa51df5 by wutong

Nginx CD/CI

parent 5f3b22d7
......@@ -78,7 +78,7 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://172.31.255.184;
proxy_pass http://172.31.255.184:2181;
}
location = /50x.html {
root html;
......@@ -93,7 +93,7 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://172.31.255.84;
proxy_pass http://172.31.255.84:2181;
}
location = /50x.html {
root html;
......@@ -108,7 +108,7 @@ http {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://172.31.255.74;
proxy_pass http://172.31.255.74:2181;
}
location = /50x.html {
root html;
......
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