Commit 1c2dffda by lizefeng

修改aims后端服务地址

parent 83633c6e
...@@ -150,14 +150,14 @@ http { ...@@ -150,14 +150,14 @@ http {
listen 8787; listen 8787;
server_name 111.230.84.223; server_name 111.230.84.223;
location / { location / {
proxy_pass http://172.31.255.203; proxy_pass http://172.31.255.26;
} }
} }
server { server {
listen 80; listen 80;
server_name api.aims.bailuntec.com; server_name api.aims.bailuntec.com;
location / { location / {
proxy_pass http://172.31.255.203; proxy_pass http://172.31.255.26;
} }
} }
......
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