1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00

enable apc.enable_cli

This commit is contained in:
Kay0u 2021-07-07 12:04:49 +02:00
parent e53d79db9d
commit 010ddbd369
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -15,3 +15,6 @@ php_value[opcache.max_accelerated_files]=10000
php_value[opcache.memory_consumption]=128 php_value[opcache.memory_consumption]=128
php_value[opcache.save_comments]=1 php_value[opcache.save_comments]=1
php_value[opcache.revalidate_freq]=1 php_value[opcache.revalidate_freq]=1
; https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1
php_value[apc.enabled]=1
php_value[apc.enable_cli]=1