We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69bdef9 + 6fc9e87 commit 6464d14Copy full SHA for 6464d14
ui/packages/ce/nginx.conf
@@ -41,9 +41,8 @@ server {
41
proxy_set_header Connection "upgrade";
42
43
# Increase timeout to keep connection.
44
- proxy_connect_timeout 600s;
45
- proxy_read_timeout 600s;
46
- proxy_send_timeout 600s;
+ proxy_read_timeout 7d;
+ proxy_send_timeout 7d;
47
48
rewrite ^/ws(/.*) $1 break;
49
proxy_pass http://${DLE_HOST}:${DLE_PORT}/;
0 commit comments