diff --git a/apache/nextcloud.conf b/apache/nextcloud.conf index 10b1400..0b86b8e 100644 --- a/apache/nextcloud.conf +++ b/apache/nextcloud.conf @@ -8,6 +8,12 @@ RemoteIPTrustedProxy 192.168.0.0/16 # Activer la confiance des en-tĂȘtes X-Forwarded-Proto SetEnvIf X-Forwarded-Proto "https" HTTPS=on +# Timeouts pour gros fichiers (>40MB) +Timeout 3600 +KeepAlive On +KeepAliveTimeout 300 +MaxKeepAliveRequests 200 + Options FollowSymLinks MultiViews AllowOverride All