Skip to content

Commit 6fc9e87

Browse files
committed
fix(ui): increase UI proxy timeouts (#396)
1 parent 833be8d commit 6fc9e87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ui/packages/ce/nginx.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ server {
4141
proxy_set_header Connection "upgrade";
4242

4343
# Increase timeout to keep connection.
44-
proxy_connect_timeout 600s;
45-
proxy_read_timeout 600s;
46-
proxy_send_timeout 600s;
44+
proxy_read_timeout 7d;
45+
proxy_send_timeout 7d;
4746

4847
rewrite ^/ws(/.*) $1 break;
4948
proxy_pass http://${DLE_HOST}:${DLE_PORT}/;

0 commit comments

Comments
 (0)