From d050935981249faf9677177dfbce7069c8b251a1 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Thu, 24 Nov 2016 20:45:04 +0100 Subject: [PATCH] htaccess IfModule for PHP7 #653 --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.htaccess b/.htaccess index e63c168..9e2958d 100644 --- a/.htaccess +++ b/.htaccess @@ -10,6 +10,13 @@ Options -Indexes # php_value upload_max_filesize 20M # php_value max_file_uploads 100 # +# +# php_value max_execution_time 200 +# php_value post_max_size 200M +# php_value upload_max_size 200M +# php_value upload_max_filesize 20M +# php_value max_file_uploads 100 +# # --- # Uncomment these lines when you want to allow access to the Lychee API from different origins