heroku / heroku-buildpack-nginx

Run NGINX in a Heroku app
1 stars 3 forks source link

use tgz to distribute binaries #59

Closed beanieboi closed 4 years ago

beanieboi commented 4 years ago

in order not not clutter bin/ this will PR will move to a tar file approach. it will create 1 tgz per stack that we can unpack during build time.

it also allows us to add mime.types to the archive and use the lastest mime.types which gets shipped with nginx

This PR will address #58