heroku / heroku-buildpack-nginx

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

Specify different config files for staging and production #95

Open ViggieM opened 2 years ago

ViggieM commented 2 years ago

Is there a way to specify different config files for staging and production? Like for example I would like to have a basic auth in front of staging, but not in front of production.

bigpe commented 1 year ago

My PR solve this problem