Commit 95fc94ab by Administrator

Update nginx.conf

parent 1d664148
...@@ -856,8 +856,8 @@ stream { ...@@ -856,8 +856,8 @@ stream {
server { server {
listen 6379; listen 6379;
proxy_connect_timeout 3s; proxy_connect_timeout 30s;
proxy_timeout 3s; proxy_timeout 30s;
proxy_pass redis; 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