Skip to content

Commit 6464d14

Browse files
committed
Merge branch '396-ui-proxy-timeouts' into 'master'
fix(ui): increase UI proxy timeouts (#396) Closes #396 See merge request postgres-ai/database-lab!585
2 parents 69bdef9 + 6fc9e87 commit 6464d14

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)