mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-04-27 00:00:25 +08:00
Adjust fastcgi timeout settings in default.conf.sample
Increase timeout settings for fastcgi to handle resource-intensive operations.
This commit is contained in:
parent
603a1aafe6
commit
fa420cdbb5
@ -132,6 +132,12 @@ server {
|
||||
fastcgi_request_buffering off;
|
||||
|
||||
fastcgi_max_temp_file_size 0;
|
||||
|
||||
# This ensures the processing of multipart uploads and prevents 504 errors during these resource-intensive operations.
|
||||
fastcgi_connect_timeout 60s;
|
||||
fastcgi_send_timeout 3600;
|
||||
fastcgi_read_timeout 3600;
|
||||
send_timeout 3600;
|
||||
}
|
||||
|
||||
# Serve static files
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user