Move PHP settings into .htaccess

This commit is contained in:
Matthew Ross 2020-05-11 18:56:37 -04:00
parent 2444a43459
commit 1b3cf2665f
2 changed files with 6 additions and 3 deletions

View File

@ -7,3 +7,9 @@ RewriteRule ^taskboard.sqlite$ %{ENV_BASE}index.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ %{ENV:BASE}index.php/ [QSA,L]
php_value upload_max_filesize 80M
php_value post_max_size 100M
php_value file_uploads On
php_value memory_limit 256M

View File

@ -1,3 +0,0 @@
upload_max_filesize = 40M
post_max_size = 40M