Commit d707efd4 by zkaitanx

de btm config

parent e7525d8b
...@@ -621,5 +621,21 @@ http { ...@@ -621,5 +621,21 @@ http {
} }
} }
# scrm(de) web
server {
listen 8738;
location / {
proxy_pass http://de-crmcore-web.crm-core;
}
}
# scrm(de) api
server {
listen 8739;
location / {
proxy_pass http://de-scrm-web-api.crm-core;
}
}
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