Commit a272041d by zhoujinhui

新增新版数据中心域名代理

parent 93e6fff3
...@@ -411,5 +411,22 @@ http { ...@@ -411,5 +411,22 @@ http {
} }
} }
# 新版数据中心站点 web
server {
listen 80;
server_name finance.bailuntec.com;
location / {
proxy_pass http://172.31.252.63;
}
}
# 新版数据中心api
server {
listen 80;
server_name api.finance.bailuntec.com;
location / {
proxy_pass http://172.31.252.35;
}
}
include servers/*; include servers/*;
} }
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