Commit 9563eb0e by lizefeng

fix

parent 7e10f088
...@@ -725,16 +725,4 @@ http { ...@@ -725,16 +725,4 @@ http {
include servers/*; include servers/*;
} }
stream {
# crm redis mq
upstream redis {
server crm-redis.default:6379 max_fails=3 fail_timeout=30s;
}
server {
listen 8747;
proxy_connect_timeout 1s;
proxy_timeout 3s;
proxy_pass redis;
}
}
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