Commit 528b98e5 by wutong

添加转发获取亚马逊广告费

parent 1c2dffda
...@@ -120,6 +120,15 @@ http { ...@@ -120,6 +120,15 @@ http {
} }
} }
# 转发获取亚马逊广告费
server {
listen 18321;
server_name 111.230.84.223;
location / {
proxy_pass http://10.0.3.5:18321/;
}
}
# 转发工资计算系统 后端站点 # 转发工资计算系统 后端站点
server { server {
listen 7777; listen 7777;
......
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