We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62126c3 commit c383bf5Copy full SHA for c383bf5
1 file changed
pillar/corporate.sls
@@ -30,6 +30,8 @@ phpfpm:
30
env:
31
# Increased to resolve WordPress menu issue.
32
php_value[max_input_vars]: 2000
33
+ php_value[upload_max_filesize]: 8M
34
+ php_value[post_max_size]: 10M
35
cron:
36
contact:
37
- sysadmin@open-contracting.org
0 commit comments