From da576baab92535c612899a22e530ad494088cad0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 10 Jul 2019 18:25:54 +0200 Subject: [PATCH] Allow to upload bigger files Signed-off-by: Andreas Schneider --- .htaccess.disabled | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.htaccess.disabled b/.htaccess.disabled index e2c8374f..5a3abe46 100644 --- a/.htaccess.disabled +++ b/.htaccess.disabled @@ -2,3 +2,11 @@ RewriteEngine on RewriteCond !%{HTTP_USER_AGENT} "Let's Encrypt validation server" [NC] RewriteCond %{HTTP_USER_AGENT} ^.*(bot|spider|crawl|https?://|WhatsApp|SkypeUriPreview|facebookexternalhit) [NC] RewriteRule .* - [R=403,L] + + +php_value max_execution_time 30 +php_value post_max_size 10M +php_value upload_max_size 10M +php_value upload_max_filesize 10M +php_value max_file_uploads 100 +