Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'nextcloudpi.sh')
-rw-r--r--nextcloudpi.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index 581bcef0..f6dafb46 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -42,6 +42,9 @@ Listen 4443
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
+ # 2 days to avoid very big backups requests to timeout
+ TimeOut 172800
+
<IfModule mod_authnz_external.c>
DefineExternalAuth pwauth pipe /usr/sbin/pwauth
</IfModule>