Merge pull request #176 from nextcloud/fix/175/increase-apache-timeout

increase timeout for mastercontainers apache
This commit is contained in:
Simon L 2022-01-28 15:44:53 +01:00 committed by GitHub
commit 7a6ed91a3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,3 +44,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log
SSLEngine on
SSLProtocol -all +TLSv1.2 +TLSv1.3
</VirtualHost>
# Increase timeout in case e.g. the initial download takes a long time
Timeout 7200
ProxyTimeout 7200