Skip to content

Commit

Permalink
Merge pull request #79 from slashrsm/increase_post_size
Browse files Browse the repository at this point in the history
Increase max upload size.
  • Loading branch information
zaporylie authored May 4, 2017
2 parents 8d99b15 + 8749b2b commit 52b96e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 5.6/drupal-00.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ display_errors = Off
memory_limit = 512M
always_populate_raw_post_data = -1
date.timezone = "UTC"
upload_max_filesize = 20M
post_max_size = 20M
2 changes: 2 additions & 0 deletions 7.0/drupal-00.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ register_globals = Off
display_errors = Off
memory_limit = 512M
date.timezone = "UTC"
upload_max_filesize = 20M
post_max_size = 20M
2 changes: 2 additions & 0 deletions 7.1/drupal-00.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ register_globals = Off
display_errors = Off
memory_limit = 512M
date.timezone = "UTC"
upload_max_filesize = 20M
post_max_size = 20M

0 comments on commit 52b96e9

Please sign in to comment.