Commit 323095a6 by lizefeng

aims 后端站点 新增域名访问

parent 42359d1b
......@@ -152,6 +152,13 @@ http {
proxy_pass http://172.31.255.203;
}
}
server {
listen 80;
server_name api.aims.bailuntec.com;
location / {
proxy_pass http://172.31.255.203;
}
}
......
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