Commit c80d199d by zkaitanx

my btm config

parent dbf7c2cd
......@@ -589,5 +589,21 @@ http {
}
}
# scrm(my) web
server {
listen 8734;
location / {
proxy_pass http://my-crmcore-web.crm-core;
}
}
# scrm(my) api
server {
listen 8735;
location / {
proxy_pass http://my-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