Browse Source

htaccess IfModule for PHP7 #653

Tobias Reich 7 years ago
parent
commit
d050935981
1 changed files with 7 additions and 0 deletions
  1. 7 0
      .htaccess

+ 7 - 0
.htaccess

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