Commit f246851b by wutong

CD/CI

parent 5fe8bf88
...@@ -61,10 +61,10 @@ http { ...@@ -61,10 +61,10 @@ http {
server { server {
listen 80; listen 2181;
server_name 111.230.84.223; server_name 111.230.84.223;
location /zookeeper { location / {
proxy_pass 172.31.3.53:2181; proxy_pass http://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