service-nextcloud/php-uploads.ini
Glenn 20a9abe04d Increase max_input_time to prevent file upload timeout
Without this change, users might experience timeouts during large file uploads, leading to a poor user experience and potential data loss.

* Increase max_input_time from 120 to 300 to match max_execution_time

Signed-off-by: Glenn <glenux@glenux.net>
2025-03-03 17:14:27 +01:00

5 lines
113 B
INI

file_uploads = On
upload_max_filesize = 128M
post_max_size = 128M
max_execution_time = 1200
max_input_time = 300