Commit a7bd3010 by zkaitanx

btm au config

parent b25e0a7d
......@@ -501,5 +501,21 @@ http {
}
}
# scrm(au) web
server {
listen 8723;
location / {
proxy_pass http://172.31.253.210;
}
}
# scrm(au) api
server {
listen 8724;
location / {
proxy_pass http://172.31.253.18;
}
}
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