Commit d1c9fb3e by zkaitanx

fr btm config

parent d707efd4
......@@ -637,5 +637,21 @@ http {
}
}
# scrm(fr) web
server {
listen 8740;
location / {
proxy_pass http://fr-crmcore-web.crm-core;
}
}
# scrm(fr) api
server {
listen 8741;
location / {
proxy_pass http://fr-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