Commit c5f89194 by lizefeng

Update nginx.conf

parent 6f9747d3
......@@ -129,6 +129,14 @@ http {
proxy_pass http://172.31.255.116:80;
}
}
# 转发lms api
server {
listen 7878;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.92:80;
}
}
# 转发获取广告费
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