Commit 0e10715e by zkaitanx

btm us4 config

parent b5615dbb
......@@ -573,5 +573,21 @@ http {
}
}
# scrm(us4) web
server {
listen 8730;
location / {
proxy_pass http://172.31.254.244;
}
}
# scrm(us4) api
server {
listen 8731;
location / {
proxy_pass http://172.31.254.118;
}
}
include servers/*;
}
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