mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 04:56:52 +00:00
Merge 4bccdbe722 into 9c0334d3f0
This commit is contained in:
commit
c54ed6f350
1 changed files with 4 additions and 1 deletions
|
|
@ -503,7 +503,10 @@ server {
|
||||||
client_max_body_size 0;
|
client_max_body_size 0;
|
||||||
client_body_buffer_size 512k;
|
client_body_buffer_size 512k;
|
||||||
# http3_stream_buffer_size 512k; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
# http3_stream_buffer_size 512k; # uncomment to enable HTTP/3 / QUIC - supported on nginx v1.25.0+
|
||||||
proxy_read_timeout 86400s;
|
|
||||||
|
proxy_read_timeout 3610s;
|
||||||
|
# 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.
|
||||||
|
# If you increased NEXTCLOUD_MAX_TIME, increase this timeout accordingly.
|
||||||
|
|
||||||
server_name <your-nc-domain>;
|
server_name <your-nc-domain>;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue