Skip to content

Commit 92cda10

Browse files
committed
fix(nginx): increase timeout for sse with longer history
1 parent a047b1f commit 92cda10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nginx/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ server {
2323
proxy_set_header Upgrade $http_upgrade;
2424
proxy_set_header Host $host;
2525

26+
proxy_read_timeout 600;
27+
proxy_send_timeout 600;
28+
2629
proxy_buffering off;
2730
proxy_redirect off;
2831
proxy_pass http://api/;

0 commit comments

Comments
 (0)