Commit b25e0a7d by zkaitanx

Update nginx.conf

parent 23a2148c
......@@ -477,5 +477,29 @@ http {
}
}
# scrm(us2) mq web
server {
listen 8720;
location / {
proxy_pass http://btm-us2-rabbitmq.crm-core:15672;
}
}
# scrm(us2) web
server {
listen 8721;
location / {
proxy_pass http://172.31.255.104;
}
}
# scrm(us2) api
server {
listen 8722;
location / {
proxy_pass http://172.31.252.94;
}
}
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