mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Docker fix PHP max upload size because most SMTP servers limit 25MB
This commit is contained in:
parent
3c598ef000
commit
85b79bce4c
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue