Commit d8a8ec2c by zkaitanx

wahey config

parent 6a931082
...@@ -719,6 +719,22 @@ http { ...@@ -719,6 +719,22 @@ http {
proxy_pass http://open-ai-gpt-web-api.auto-strategy-task; proxy_pass http://open-ai-gpt-web-api.auto-strategy-task;
} }
} }
# 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;
}
}
......
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