mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-02-10 00:11:35 +01:00
parent
7afdd80e6f
commit
817fa70c02
@ -18,6 +18,6 @@ __php_webserver_daemon: "apache2"
|
||||
__php_conf_path: "{{ '/etc/php5' if php_webserver_daemon and php_webserver_daemon != 'apache2' else '/etc/php5/apache2' }}"
|
||||
__php_extension_conf_path: "{{ __php_conf_path }}/conf.d"
|
||||
|
||||
__php_apc_conf_filename: 20-apc.ini
|
||||
__php_opcache_conf_filename: 20-opcache.ini
|
||||
__php_apc_conf_filename: 20-apcu.ini
|
||||
__php_opcache_conf_filename: 05-opcache.ini
|
||||
__php_fpm_daemon: php5-fpm
|
||||
|
Loading…
Reference in New Issue
Block a user