Scalingo / nginx-buildpack

Buildpack to deploy a customizable reverse proxy: nginx
6 stars 15 forks source link

Add support for multiple configuration files #68

Open aurelien-reeves-scalingo opened 1 month ago

aurelien-reeves-scalingo commented 1 month ago

It could be nice to have the possibility to include multiple configuration files (supporting ERB templates) on the same model as the php-buildpack does with its nginx-includes configuration instruction

Frzk commented 1 month ago

Is this the same issue as this one? https://github.com/Scalingo/nginx-buildpack/issues/16

aurelien-reeves-scalingo commented 1 month ago

Not really. The issue is about adding other configuration files than nginx.conf and server.conf.

16 seems to imply it is actually already possible. If so, how?