Commit 56a1a0db by zkaitanx

fix

parent a272041d
......@@ -428,5 +428,38 @@ http {
proxy_pass http://172.31.252.35;
}
}
# scrm web
server {
listen 8714;
location / {
proxy_pass http://172.31.255.147;
}
}
# scrm(lm) web
server {
listen 8715;
location / {
proxy_pass http://172.31.254.221;
}
}
# scrm api
server {
listen 8716;
location / {
proxy_pass http://172.31.254.11;
}
}
# scrm(lm) api
server {
listen 8717;
location / {
proxy_pass http://172.31.255.160;
}
}
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