htaccess IfModule for PHP7 #653

This commit is contained in:
Tobias Reich 2016-11-24 20:45:04 +01:00
parent cd471be2b0
commit d050935981

View File

@ -10,6 +10,13 @@ Options -Indexes
# php_value upload_max_filesize 20M # php_value upload_max_filesize 20M
# php_value max_file_uploads 100 # php_value max_file_uploads 100
#</IfModule> #</IfModule>
#<IfModule mod_php7.c>
# 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
#</IfModule>
# --- # ---
# Uncomment these lines when you want to allow access to the Lychee API from different origins # Uncomment these lines when you want to allow access to the Lychee API from different origins