marmelab / gaudi

Gaudi allows to share multi-component applications, based on Docker, Go, and YAML.
http://gaudi.io/
MIT License
563 stars 28 forks source link

[RFR] Fix php-fpm rights #40

Closed manuquentin closed 10 years ago

manuquentin commented 10 years ago

Fixes #37

themouette commented 10 years ago

Is there anything preventing this from being merged ? It makes Symfony development less painful.

As this works on php-fpm box, it might be interesting to display html errors, all it takes is the following:

sed -i "s|;php_flag\\[display_errors\\]\\s*=\\s*off|php_flag[display_errors] = on|g" /etc/php5/fpm/pool.d/www.conf
themouette commented 10 years ago

thanks !