mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Update extra_php-fpm.conf
This commit is contained in:
parent
4d975cc3e2
commit
d687230c66
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ php_value[default_charset] = UTF-8
|
||||||
; The following parameters are nevertheless recommended for Nextcloud
|
; The following parameters are nevertheless recommended for Nextcloud
|
||||||
; see here: https://docs.nextcloud.com/server/20/admin_manual/installation/server_tuning.html#enable-php-opcache
|
; see here: https://docs.nextcloud.com/server/20/admin_manual/installation/server_tuning.html#enable-php-opcache
|
||||||
php_value[opcache.enable_cli]=1
|
php_value[opcache.enable_cli]=1
|
||||||
php_value[opcache.interned_strings_buffer]=64
|
php_value[opcache.interned_strings_buffer]=32
|
||||||
php_value[opcache.max_accelerated_files]=10000
|
php_value[opcache.max_accelerated_files]=10000
|
||||||
php_value[opcache.memory_consumption]=256
|
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
|
; https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1
|
||||||
|
|
Loading…
Add table
Reference in a new issue