Commit d8a8ec2c by zkaitanx

wahey config

parent 6a931082
......@@ -720,6 +720,22 @@ http {
}
}
# scrm(wahey) web
server {
listen 8747;
location / {
proxy_pass http://wahey-crmcore-web.crm-core;
}
}
# scrm(wahey) api
server {
listen 8748;
location / {
proxy_pass http://wahey-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