Commit 470388b7 by zkaitanx

btm us4 config

parent 0e10715e
...@@ -575,7 +575,7 @@ http { ...@@ -575,7 +575,7 @@ http {
# scrm(us4) web # scrm(us4) web
server { server {
listen 8730; listen 8732;
location / { location / {
proxy_pass http://172.31.254.244; proxy_pass http://172.31.254.244;
} }
...@@ -583,7 +583,7 @@ http { ...@@ -583,7 +583,7 @@ http {
# scrm(us4) api # scrm(us4) api
server { server {
listen 8731; listen 8733;
location / { location / {
proxy_pass http://172.31.254.118; proxy_pass http://172.31.254.118;
} }
......
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