Pilothouse-App / Pilothouse

A command line app for managing a LEMP local development environment based on Docker.
http://pilothouse-app.org
GNU General Public License v2.0
98 stars 17 forks source link

Nginx site-specific configuration: Allow loading partials from site directory #122

Open philipnewcomer opened 5 years ago

philipnewcomer commented 5 years ago

I found myself wanting to add some site-specific nginx configuration for a site, such as rewrite rules. Currently we have to override the entire nginx server block for that site. We should be able to provide a file containing only our additions which would get integrated into the generated nginx config.