Commit b47161f3 by lizefeng

新增aims 后端站点转发

parent 20694911
...@@ -144,6 +144,16 @@ http { ...@@ -144,6 +144,16 @@ http {
} }
} }
# aims 后端站点
server {
listen 8787;
server_name 111.230.84.223;
location / {
proxy_pass http://10.0.0.3;
}
}
......
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