Commit c0743fd9 by lizefeng

Update nginx.conf

parent 83e3797f
...@@ -180,14 +180,14 @@ http { ...@@ -180,14 +180,14 @@ http {
listen 80; listen 80;
server_name aims.bailuntec.com; server_name aims.bailuntec.com;
location / { location / {
proxy_pass http://172.31.255.181; proxy_pass http://172.31.255.243;
} }
} }
server { server {
listen 8713; listen 8713;
server_name 111.230.84.223; server_name 111.230.84.223;
location / { location / {
proxy_pass http://172.31.255.181; proxy_pass http://172.31.255.243;
} }
} }
......
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