Docker fix PHP max upload size because most SMTP servers limit 25MB

This commit is contained in:
djmaze 2020-12-02 14:58:31 +01:00
parent 3c598ef000
commit 85b79bce4c
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
date.timezone = UTC
upload_max_filesize = 1G
post_max_size = 1G
upload_max_filesize = 24M
post_max_size = 25M
# log_errors = On
# display_errors = On