Commit 6fe8b0b2 by lizefeng

新增aims 前端站点

parent 528b98e5
......@@ -169,6 +169,22 @@ http {
proxy_pass http://172.31.255.26;
}
}
# aims 前端站点
server {
listen 7878;
server_name 111.230.84.223;
location / {
proxy_pass http://172.31.255.181;
}
}
server {
listen 80;
server_name aims.bailuntec.com;
location / {
proxy_pass http://172.31.255.181;
}
}
......
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