Skip to content

Commit

Permalink
Added custom php to configure max upload size on heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
dopesky committed Jun 23, 2020
1 parent f7c6329 commit ecefee5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: vendor/bin/heroku-php-apache2 -i custom_php.ini
2 changes: 2 additions & 0 deletions custom_php.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
upload_max_filesize = 25M
post_max_size = 25M

0 comments on commit ecefee5

Please sign in to comment.