Skip to content

Commit 2a440d0

Browse files
committed
2 parents 5c51932 + 0737317 commit 2a440d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ server {
2323
# WebSocket/SSE
2424
proxy_set_header Upgrade $http_upgrade;
2525
proxy_set_header Connection "upgrade";
26-
proxy_read_timeout 600s;
27-
proxy_send_timeout 600s;
26+
proxy_read_timeout 999999s;
27+
proxy_send_timeout 999999s;
2828
}
2929

3030
# ===== Public MinIO proxy (ẩn nội bộ, public qua /s3) =====

0 commit comments

Comments
 (0)