Commit 5531a781 by yinyong

Update nginx.conf

parent 7b2875f6
...@@ -106,10 +106,10 @@ http { ...@@ -106,10 +106,10 @@ http {
} }
server { server {
listen 10800; listen 12800;
server_name 111.230.84.223; server_name 111.230.84.223;
location / { location / {
proxy_pass http://172.31.255.153:10800; proxy_pass http://172.31.255.153:12800;
} }
} }
......
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