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:
parent
e635b5e132
commit
2ac25b58d5
@ -239,8 +239,7 @@ tools/editconf.py /etc/php5/fpm/php.ini -c ';' \
|
|||||||
output_buffering=16384 \
|
output_buffering=16384 \
|
||||||
memory_limit=512M \
|
memory_limit=512M \
|
||||||
max_execution_time=600 \
|
max_execution_time=600 \
|
||||||
short_open_tag=On \
|
short_open_tag=On
|
||||||
apc.enable_cli=1
|
|
||||||
|
|
||||||
# Set up a cron job for owncloud.
|
# Set up a cron job for owncloud.
|
||||||
cat > /etc/cron.hourly/mailinabox-owncloud << EOF;
|
cat > /etc/cron.hourly/mailinabox-owncloud << EOF;
|
||||||
|
Loading…
Reference in New Issue
Block a user