From e78e5d55f574db2bf0cfd249841782b8de311702 Mon Sep 17 00:00:00 2001 From: Arnaud Trouve Date: Thu, 1 Jun 2017 17:25:56 +0200 Subject: [PATCH] Set the correct opcache priority on Debian cf issue on geerlingguy.php-versions : https://github.com/geerlingguy/ansible-role-php-versions/issues/2 --- vars/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/Debian.yml b/vars/Debian.yml index ae927c2..2dba014 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -28,7 +28,7 @@ __php_extension_conf_paths: - /etc/php/7.0/cli/conf.d __php_apc_conf_filename: 20-apcu.ini -__php_opcache_conf_filename: 05-opcache.ini +__php_opcache_conf_filename: 10-opcache.ini __php_fpm_daemon: php7.0-fpm __php_fpm_conf_path: "/etc/php/7.0/fpm" __php_fpm_pool_conf_path: "{{ __php_fpm_conf_path }}/pool.d/www.conf"