Commit c79f0f79 by lizefeng

Update nginx.conf

parent b53c14e8
...@@ -162,14 +162,14 @@ http { ...@@ -162,14 +162,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.26; proxy_pass http://172.31.255.175;
} }
} }
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.26; proxy_pass http://172.31.255.175;
} }
} }
......
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