Commit a6c447c7 by guanzhenshan

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

parent c4de3641
...@@ -187,6 +187,14 @@ http { ...@@ -187,6 +187,14 @@ http {
proxy_pass http://172.31.2.195; proxy_pass http://172.31.2.195;
} }
} }
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