Merge pull request #201 from ak4t0sh/master

Set the correct opcache priority on Debian
This commit is contained in:
Jeff Geerling 2018-03-10 11:14:33 -06:00 committed by GitHub
commit 2a45c426ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ __php_extension_conf_paths:
- /etc/php/7.0/cli/conf.d - /etc/php/7.0/cli/conf.d
__php_apc_conf_filename: 20-apcu.ini __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_daemon: php7.0-fpm
__php_fpm_conf_path: "/etc/php/7.0/fpm" __php_fpm_conf_path: "/etc/php/7.0/fpm"
__php_fpm_pool_conf_path: "{{ __php_fpm_conf_path }}/pool.d/www.conf" __php_fpm_pool_conf_path: "{{ __php_fpm_conf_path }}/pool.d/www.conf"