Skip to content

Commit

Permalink
set upload_max_filesize
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k1o committed Jun 25, 2020
1 parent 6f03baa commit b1993a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b1993a9

Please sign in to comment.