Commit 26f25393 by lizefeng

Update nginx.conf

parent 2e69d4da
...@@ -719,6 +719,14 @@ http { ...@@ -719,6 +719,14 @@ http {
proxy_pass http://open-ai-gpt-web-api.auto-strategy-task; proxy_pass http://open-ai-gpt-web-api.auto-strategy-task;
} }
} }
# crm redis mq
server {
listen 8723;
location / {
proxy_pass http://crm-redis.default:6379;
}
}
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