Merge pull request #5071 from nextcloud/enh/5070/big-file-uploads

RP-docs: Apache: increase timeout to support big file uploads
This commit is contained in:
Simon L. 2024-07-30 15:23:04 +02:00 committed by GitHub
commit 4d4533e677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,6 +120,8 @@ Add this as a new Apache site config:
# Support big file uploads
LimitRequestBody 0
Timeout 86400
ProxyTimeout 86400
</VirtualHost>
```