Commit b47161f3 by lizefeng

新增aims 后端站点转发

parent 20694911
...@@ -143,6 +143,16 @@ http { ...@@ -143,6 +143,16 @@ http {
proxy_pass http://172.31.255.87; proxy_pass http://172.31.255.87;
} }
} }
# 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