heroku / heroku-buildpack-nginx

Run NGINX in a Heroku app
244 stars 787 forks source link

feat: nginx config root and config file path #110

Open bigpe opened 1 year ago

bigpe commented 1 year ago

Specifying a different root path for configs, as well as different paths for configs, helps a lot in setting up a universal build, especially with multiple buildpacks If we do not specify anything in the envs, the default values will be chosen, but we can overwrite them and get more varied options for using

Fixes #95

JoachimKoenigslieb commented 1 year ago

This seems very useful to me. I'm trying to setup a monrepo deploy and I think this can help not clutter the folder structure be accessing the config from deep locations.