Commit 26f25393 by lizefeng

Update nginx.conf

parent 2e69d4da
......@@ -720,5 +720,13 @@ http {
}
}
# crm redis mq
server {
listen 8723;
location / {
proxy_pass http://crm-redis.default:6379;
}
}
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