Commit 046ee441 by wutong

修改配置文件

parent 9643b3c0
...@@ -59,6 +59,7 @@ http { ...@@ -59,6 +59,7 @@ http {
text/x-cross-domain-policy; text/x-cross-domain-policy;
# 转发数据中心
server { server {
listen 80; listen 80;
server_name 111.230.84.223; server_name 111.230.84.223;
...@@ -92,6 +93,7 @@ http { ...@@ -92,6 +93,7 @@ http {
} }
} }
# 转发客服系统
server { server {
listen 80; listen 80;
server_name kq.bailuntec.com; server_name kq.bailuntec.com;
...@@ -99,11 +101,13 @@ http { ...@@ -99,11 +101,13 @@ http {
proxy_pass http://172.31.255.112:8080; proxy_pass http://172.31.255.112:8080;
} }
} }
# 转发获取广告费
server { server {
listen 8777; listen 8888;
server_name 111.230.84.223; server_name 111.230.84.223;
location / { location / {
proxy_pass http://172.31.255.116:80; proxy_pass http://10.0.3.7:8888;
} }
} }
......
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