mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-04 23:27:34 +02:00
Merge #2193
2193: Update php.ini r=mergify[bot] a=audioscavenger matching rainloop php to roundcube's: timezone is a parameter in mailu.env ## What type of PR? bug-fix ## What does this PR do? ### Related issue(s) - none Co-authored-by: Eric <dev@derewonko.com>
This commit is contained in:
commit
51a70bcc54
1
towncrier/newsfragments/2193.bugfix
Normal file
1
towncrier/newsfragments/2193.bugfix
Normal file
@ -0,0 +1 @@
|
|||||||
|
matching rainloop php to roundcube's: timezone is a parameter in mailu.env
|
@ -1,5 +1,5 @@
|
|||||||
expose_php=Off
|
expose_php=Off
|
||||||
date.timezone=UTC
|
date.timezone={{ TZ }}
|
||||||
upload_max_filesize = {{ MAX_FILESIZE }}M
|
upload_max_filesize = {{ MAX_FILESIZE }}M
|
||||||
post_max_size = {{ MAX_FILESIZE }}M
|
post_max_size = {{ MAX_FILESIZE }}M
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user