mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2025-01-24 21:41:21 +01:00
Add php-cgi config path
Since the php-cgi config path is not present, the configuration is also not updated by this module. So let's fix it.
This commit is contained in:
parent
6a2e9aa1d2
commit
e91ab3886c
@ -21,11 +21,13 @@ __php_conf_paths:
|
||||
- /etc/php/7.0/fpm
|
||||
- /etc/php/7.0/apache2
|
||||
- /etc/php/7.0/cli
|
||||
- /etc/php/7.0/cgi
|
||||
|
||||
__php_extension_conf_paths:
|
||||
- /etc/php/7.0/fpm/conf.d
|
||||
- /etc/php/7.0/apache2/conf.d
|
||||
- /etc/php/7.0/cli/conf.d
|
||||
- /etc/php/7.0/cgi/conf.d
|
||||
|
||||
__php_apc_conf_filename: 20-apcu.ini
|
||||
__php_opcache_conf_filename: 10-opcache.ini
|
||||
|
Loading…
Reference in New Issue
Block a user