Commit 9204cb03 by zkaitanx

au3 btm config

parent d1c9fb3e
...@@ -653,5 +653,21 @@ http { ...@@ -653,5 +653,21 @@ http {
} }
} }
# scrm(au3) web
server {
listen 8742;
location / {
proxy_pass http://au3-crmcore-web.crm-core;
}
}
# scrm(au3) api
server {
listen 8743;
location / {
proxy_pass http://au3-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