mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #897 from RealRancor/mod_reqtimeout
Add description of mod_reqtimeout for large file uploads
This commit is contained in:
commit
df3b502fac
@ -41,6 +41,11 @@ increase the timeout values, which are in seconds::
|
||||
php_value max_input_time 3600
|
||||
php_value max_execution_time 3600
|
||||
|
||||
The `mod_reqtimeout <https://httpd.apache.org/docs/current/mod/mod_reqtimeout.html>`_
|
||||
Apache module could also stop large uploads from completing. If you're using this
|
||||
module and getting failed uploads of large files either disable it in your Apache
|
||||
config or raise the configured ``RequestReadTimeout`` timeouts.
|
||||
|
||||
There are also several other configuration option in your webserver config which
|
||||
could prevent the upload of larger files. Please see the manual of your webserver
|
||||
how to configure those values correctly:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user