Is there a way to dynamically add/remove additional pools, i.e. create additional configuration files in /etc/php-fpm.d/ without restarting the entire php-fpm service? I.E. a way just to refresh/re-read the php-fpm.d directory? Perhaps SIGHUP?
Thanks.