htaccess IfModule for PHP7 #653

pull/687/head
Tobias Reich 8 years ago
parent cd471be2b0
commit d050935981

@ -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

Loading…
Cancel
Save