Commit 130711a6 by lizefeng

Update nginx.conf

parent 354719f4
......@@ -145,6 +145,14 @@ http {
proxy_pass http://172.31.255.92;
}
}
# 转发 scrm api
server {
listen 80;
server_name api.scrm.bailuntec.com;
location / {
proxy_pass http://172.31.255.160;
}
}
# 转发获取广告费
server {
......
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