Commit d918c474 by zkaitanx

us3 config

parent b1b9ae77
......@@ -525,5 +525,21 @@ http {
}
}
# scrm(us3) web
server {
listen 8726;
location / {
proxy_pass http://172.31.253.86;
}
}
# scrm(us3) api
server {
listen 8727;
location / {
proxy_pass http://172.31.253.147;
}
}
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