mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-10 19:37:36 +01:00
Merge pull request #201 from ak4t0sh/master
Set the correct opcache priority on Debian
This commit is contained in:
commit
2a45c426ad
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user