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

Add conf_dir attribute. #33

Closed nubs closed 10 years ago

nubs commented 10 years ago

In order to customize php when running under fpm, you need to be able to change the configuration settings. On ubuntu, that means adding files in /etc/php5/fpm/conf.d. This cookbook should at least expose that location so that files can be added there without having to switch on distro in every other cookbook.

berkes commented 10 years ago

+1

yevgenko commented 10 years ago

Thank you! :+1: