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:
Andrian Jardan 2018-04-11 15:43:10 +02:00
parent 6a2e9aa1d2
commit e91ab3886c

View File

@ -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