Commit graph

4 commits

Author SHA1 Message Date
Ludovic Poujol 79386d4a9e php: Add a task to remove Debian's default FPM pool file (off by default)
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
Can be triggered by switching php_fpm_remove_default_pool to True.
2019-11-12 12:28:31 +01:00
Ludovic Poujol 585a8d04ac php: Change the default pool names to something more explicit (and same for the variables names)
Because it's more than just pure configuration, but a fpm pool 
definition, I've changed the following variables in Ansible :
- php_fpm_defaults_conf_file to replaced by php_fpm_default_pool_file
- php_fpm_custom_conf_file to php_fpm_default_pool_custom_file.

On the FPM side, I've also changed the files names of the pool to make 
them more explicit. No more z and zzz. It's the www pool, so let's put 
www in the file name for coherence : 
- z-evolinux-defaults.conf changes to www-evolinux-defaults.conf 
- zzz-evolinux-custom.conf changes to www-evolinux-zcustom.conf
2019-11-12 12:28:08 +01:00
Ludovic Poujol 7d794af1fd php: Make sure the default pool we define can be fully functionnal witout debian's default pool file 2019-11-12 12:27:37 +01:00
Jérémy Lecour a4236a0708 php: look for PHP 7.3 with buster 2019-06-26 17:39:22 +02:00