Skip to content

Commit 5eaebdc

Browse files
committed
timeout NGINX
Signed-off-by: jameskimmel <[email protected]> Update comments on timeout settings for clarity Signed-off-by: jameskimmel <[email protected]> Adjust proxy timeouts Signed-off-by: jameskimmel <[email protected]> NGINX proxy timeouts Signed-off-by: jameskimmel <[email protected]>
1 parent 0d1c4e4 commit 5eaebdc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reverse-proxy.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,10 @@ server {
427427
client_max_body_size 0;
428428
client_body_buffer_size 512k;
429429
# http3_stream_buffer_size 512k; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
430-
proxy_read_timeout 86400s;
430+
431+
proxy_read_timeout 3610s;
432+
# The default NEXTCLOUD_MAX_TIME value is 3600 seconds. By setting it 10 seconds higher than that, we make sure that always Nextcloud times out and not NGINX.
433+
# If you increased NEXTCLOUD_MAX_TIME, increase this timeout accordingly.
431434

432435
server_name <your-nc-domain>;
433436

0 commit comments

Comments
 (0)