rp-docs: apache: increase timeout to support big file uploads

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-07-30 13:19:49 +02:00
Родитель 7e56c912f7
Коммит 8c02eb2740
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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