Commit b5615dbb by zkaitanx

uk config

parent 01d69b07
...@@ -557,5 +557,21 @@ http { ...@@ -557,5 +557,21 @@ http {
} }
} }
# scrm(uk) web
server {
listen 8730;
location / {
proxy_pass http://172.31.253.220;
}
}
# scrm(uk) api
server {
listen 8731;
location / {
proxy_pass http://172.31.255.146;
}
}
include servers/*; 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