Skip to content

Commit c383bf5

Browse files
committed
chore(corporate): increase PHP upload limits
1 parent 62126c3 commit c383bf5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pillar/corporate.sls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ phpfpm:
3030
env:
3131
# Increased to resolve WordPress menu issue.
3232
php_value[max_input_vars]: 2000
33+
php_value[upload_max_filesize]: 8M
34+
php_value[post_max_size]: 10M
3335
cron:
3436
contact:
3537
- sysadmin@open-contracting.org

0 commit comments

Comments
 (0)