Commit 5fe8bf88 by wutong

CD/CI

parent 3f749fa8
...@@ -64,7 +64,7 @@ http { ...@@ -64,7 +64,7 @@ http {
listen 80; listen 80;
server_name 111.230.84.223; server_name 111.230.84.223;
location /zookeeper { location /zookeeper {
proxy_pass http://172.31.3.53:2181; proxy_pass 172.31.3.53:2181;
} }
location = /50x.html { location = /50x.html {
root 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