Commit 01d69b07 by zkaitanx

au2 config

parent d918c474
...@@ -541,5 +541,21 @@ http { ...@@ -541,5 +541,21 @@ http {
} }
} }
# scrm(au2) web
server {
listen 8728;
location / {
proxy_pass http://172.31.253.216;
}
}
# scrm(au2) api
server {
listen 8729;
location / {
proxy_pass http://172.31.252.4;
}
}
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