Commit b05cb1e5 by guanzhenshan

更改数据中心站点的访问ip

parent a6c447c7
...@@ -184,7 +184,7 @@ http { ...@@ -184,7 +184,7 @@ http {
listen 80; listen 80;
server_name data.bailuntec.com; server_name data.bailuntec.com;
location / { location / {
proxy_pass http://172.31.2.195; proxy_pass http://10.0.0.31;
} }
} }
...@@ -192,7 +192,7 @@ http { ...@@ -192,7 +192,7 @@ http {
listen 80; listen 80;
server_name testdata.bailuntec.com; server_name testdata.bailuntec.com;
location / { location / {
proxy_pass http://172.31.2.195; proxy_pass http://10.0.0.31;
} }
} }
......
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