ansible-personal/roles/php-fpm
Alan Orth bf7accdade
roles/php-fpm: Only create pools for vhosts that need PHP
Only vhosts running WordPress, etc need PHP. Make sure to set the
appopriate variables for each vhost in the host's vars, ie:

  nginx_vhosts:
    - domain_name:   example.com
      has_wordpress: True

    - domain_name:   example.net
      needs_php:     True

You can set either of them, but not both—needing WordPress implies
needing PHP.
2016-09-13 15:58:09 +03:00
..
defaults Fix a few references to php5-fpm 2016-04-25 12:33:12 +03:00
handlers roles/php-fpm: Split up task for Debian and Ubuntu 2016-04-22 11:25:35 +03:00
tasks roles/php-fpm: Only create pools for vhosts that need PHP 2016-09-13 15:58:09 +03:00
templates roles/php-fpm: Set timezone in php.ini template 2016-08-22 12:56:50 +03:00