mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-21 06:56:57 +00:00
Merge pull request #176 from nextcloud/fix/175/increase-apache-timeout
increase timeout for mastercontainers apache
This commit is contained in:
commit
7a6ed91a3e
1 changed files with 4 additions and 0 deletions
|
|
@ -44,3 +44,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLProtocol -all +TLSv1.2 +TLSv1.3
|
SSLProtocol -all +TLSv1.2 +TLSv1.3
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
|
||||||
|
# Increase timeout in case e.g. the initial download takes a long time
|
||||||
|
Timeout 7200
|
||||||
|
ProxyTimeout 7200
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue