nextcloud: Adopt PHP configuration to Upstream recommendations
This commit is contained in:
parent
13492818d0
commit
4ffb34c981
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ php_admin_value[opcache.interned_strings_buffer] = 64
|
|||
php_admin_value[opcache.max_accelerated_files] = 10000
|
||||
php_admin_value[opcache.memory_consumption] = 128
|
||||
php_admin_value[opcache.save_comments] = 1
|
||||
php_admin_value[opcache.revalidate_freq] = 1
|
||||
php_admin_value[opcache.revalidate_freq] = 60
|
||||
php_admin_value[opcache.jit] = 1255
|
||||
php_admin_value[opcache.jit_buffer_size] = 128M
|
||||
php_admin_value[openssl.capath] = /etc/ssl/certs
|
||||
php_flag[display_errors] = off
|
||||
php_admin_flag[log_errors] = on
|
||||
|
|
Loading…
Reference in a new issue