Commit d0f006a5 by zkaitanx

deedlite btm config

parent 9204cb03
......@@ -669,5 +669,21 @@ http {
}
}
# scrm(deedlite) web
server {
listen 8744;
location / {
proxy_pass http://deedlite-crmcore-web.crm-core;
}
}
# scrm(deedlite) api
server {
listen 8745;
location / {
proxy_pass http://deedlite-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