Commit 23a2148c by zkaitanx

btm us site

parent a64eea58
......@@ -461,5 +461,21 @@ http {
}
}
# scrm(us) web
server {
listen 8718;
location / {
proxy_pass http://172.31.254.31;
}
}
# scrm(us) api
server {
listen 8719;
location / {
proxy_pass http://172.31.255.85;
}
}
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