1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-21 03:02:09 +00:00

Remove php apc setting

This commit is contained in:
Michael Kroes 2016-07-27 18:35:54 +02:00
parent e635b5e132
commit 2ac25b58d5

View File

@ -239,8 +239,7 @@ tools/editconf.py /etc/php5/fpm/php.ini -c ';' \
output_buffering=16384 \
memory_limit=512M \
max_execution_time=600 \
short_open_tag=On \
apc.enable_cli=1
short_open_tag=On
# Set up a cron job for owncloud.
cat > /etc/cron.hourly/mailinabox-owncloud << EOF;