mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
* Update to nextcloud 12 * Add correct rights * Fix temp directory rights on upgrade * Add server tuning * Update php-fpm.conf * Add new helper for fpm config * [fix] Opcache * [fix] nginx SAMEORIGIN
7 lines
189 B
INI
7 lines
189 B
INI
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.interned_strings_buffer=8
|
|
opcache.max_accelerated_files=10000
|
|
opcache.memory_consumption=128
|
|
opcache.save_comments=1
|
|
opcache.revalidate_freq=1
|