set upload_max_filesize

This commit is contained in:
m1k1o 2020-06-25 18:06:23 +02:00
parent 031cfb7b14
commit 927d769045
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@ Options -Indexes
Order Allow,Deny
Deny from All
</Files>
# Allow uploading large images
php_value upload_max_filesize 32M
php_value post_max_size 32M