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

Make nginx usable with Symfony2 #56

Closed adriensamson closed 10 years ago

adriensamson commented 10 years ago

In order to use nginx in front of a Symfony2 php-fpm app, I've added support for documentRoot (like in apache) and made paths like app.php/hello passed to fastCgi.

manuquentin commented 10 years ago

Thanks !