1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

Merge branch 'owncloud' of github.com:jkaberg/mailinabox into owncloud

This commit is contained in:
Joshua Tauberer
2014-08-15 18:30:17 -04:00
2 changed files with 18 additions and 2 deletions

View File

@@ -79,7 +79,9 @@ tools/editconf.py /etc/php5/fpm/php.ini -c ';' \
upload_max_filesize=16G \
post_max_size=16G \
output_buffering=16384 \
memory_limit=512M
memory_limit=512M \
max_execution_time=600 \
short_open_tag=On
# Download and install the mail app
# TODO: enable mail app in ownCloud config, not exposed afaik?