yevgenko / cookbook-php-fpm

Installs/Configures php-fpm
http://community.opscode.com/cookbooks/php-fpm
Apache License 2.0
68 stars 117 forks source link

Changing config to default paths #27

Closed spinx closed 10 years ago

spinx commented 10 years ago

I changed conf dir to use default path

spinx commented 10 years ago

Added pool creation to the recipe and added configuration options for it.

llonchj commented 10 years ago

+1

alanivey commented 10 years ago

:+1: without this PR, the cookbook will not work on RHEL 6 (because the template /etc/php-fpm.conf is applied before the www pool can be created, it searches for /etc/php-fpm.d/pools/*.conf and the directory does not exist). Please merge this in.

yevgenko commented 10 years ago

Thank you!

alanivey commented 10 years ago

Thanks!