Commit e7525d8b by zkaitanx

td btm config

parent c80d199d
......@@ -605,5 +605,21 @@ http {
}
}
# scrm(td) web
server {
listen 8736;
location / {
proxy_pass http://td-crmcore-web.crm-core;
}
}
# scrm(td) api
server {
listen 8737;
location / {
proxy_pass http://td-scrm-web-api.crm-core;
}
}
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