Commit a196e9d0 by wutong

CD/CI

parent f246851b
......@@ -70,6 +70,16 @@ http {
root html;
}
}
server {
listen 2182;
server_name 111.230.84.223;
location / {
proxy_pass http://data.bailuntec.com;
}
location = /50x.html {
root html;
}
}
server {
......
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