!LOCAL Increase request timeout to 600 seconds

This commit is contained in:
2024-04-29 16:31:42 -04:00
parent df55484e5a
commit 551a6b1984
2 changed files with 9 additions and 4 deletions

View File

@@ -854,6 +854,10 @@ file_uploads = On
; https://php.net/upload-max-filesize
upload_max_filesize = 10G
; Max timeout for the server
; https://help.nextcloud.com/t/504-gateway-timeout-for-large-file-uploads/87839
request_terminate_timeout = 600
; Maximum number of files that can be uploaded via a single request
max_file_uploads = 20