Commit c4de3641 by guanzhenshan

增加数据中心的站点访问转发

parent 8f7ec93d
...@@ -179,7 +179,14 @@ http { ...@@ -179,7 +179,14 @@ http {
} }
} }
# 数据中心站点 web
server {
listen 80;
server_name data.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