Commit 1d7a21af by wutong

CD/CI

parent 92357fdc
......@@ -105,6 +105,8 @@ http {
}
}
server {
listen 80;
server_name 111.230.84.223;
......@@ -120,6 +122,16 @@ http {
}
}
server {
listen 80;
server_name 111.230.84.223;
location /zookeeper {
proxy_pass http://172.31.255.125:2181;
}
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