Commit a6c447c7 by guanzhenshan

增加数据中心的测试访问地址

parent c4de3641
......@@ -188,6 +188,14 @@ http {
}
}
server {
listen 80;
server_name testdata.bailuntec.com;
location / {
proxy_pass http://172.31.2.195;
}
}
......
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