mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
This commit is contained in:
parent
5dfce28b75
commit
7afdd80e6f
@ -19,5 +19,5 @@ __php_conf_path: "{{ '/etc/php5' if php_webserver_daemon and php_webserver_daemo
|
||||
__php_extension_conf_path: "{{ __php_conf_path }}/conf.d"
|
||||
|
||||
__php_apc_conf_filename: 20-apc.ini
|
||||
__php_opcache_conf_filename: 05-opcache.ini
|
||||
__php_opcache_conf_filename: 20-opcache.ini
|
||||
__php_fpm_daemon: php5-fpm
|
||||
|
@ -9,6 +9,7 @@ __php_packages:
|
||||
- php-imap
|
||||
- php-ldap
|
||||
- php-mbstring
|
||||
- php-opcache
|
||||
- php-pdo
|
||||
- php-pear
|
||||
- php-pecl-apc
|
||||
@ -19,6 +20,6 @@ __php_webserver_daemon: "httpd"
|
||||
__php_conf_path: /etc
|
||||
php_extension_conf_path: /etc/php.d
|
||||
|
||||
__php_apc_conf_filename: apc.ini
|
||||
__php_opcache_conf_filename: opcache.ini
|
||||
__php_apc_conf_filename: 50-apc.ini
|
||||
__php_opcache_conf_filename: 10-opcache.ini
|
||||
__php_fpm_daemon: php-fpm
|
||||
|
Loading…
Reference in New Issue
Block a user