mirror of
https://github.com/Mailu/Mailu.git
synced 2025-03-31 21:55:23 +02:00
This sets the max attachment size in roundcube
I used the php.ini from the rainloop folder, so they are both set to 25MB.
This commit is contained in:
parent
743eb81908
commit
bbf0a9a61c
webmails/roundcube
@ -21,6 +21,8 @@ RUN rm -rf /var/www/html/ \
|
||||
&& rm -rf CHANGELOG INSTALL LICENSE README.md UPGRADING composer.json-dist installer \
|
||||
&& chown -R www-data: logs
|
||||
|
||||
COPY php.ini /usr/local/etc/php/conf.d/rainloop.ini
|
||||
|
||||
COPY config.inc.php /var/www/html/config/
|
||||
|
||||
COPY start.sh /start.sh
|
||||
|
3
webmails/roundcube/php.ini
Normal file
3
webmails/roundcube/php.ini
Normal file
@ -0,0 +1,3 @@
|
||||
date.timezone=UTC
|
||||
upload_max_filesize = 25M
|
||||
post_max_size = 25M
|
Loading…
x
Reference in New Issue
Block a user