tonycoco / heroku-buildpack-ember-cli

A Heroku Buildpack for Ember CLI Applications
MIT License
321 stars 121 forks source link

Custom nginx #133

Closed mrship closed 8 years ago

mrship commented 8 years ago

This allows you to set a custom NGINX_URL so you can download a later version of nginx built on Heroku.

The process for building on Heroku is a bit involved, but the steps are below (for anyone else wanting to do it):

cd <location of untar'd nginx dist>
./configure
make

These steps probably need a Wiki entry, or similar, that is linked to from the README.md?

tonycoco commented 8 years ago

Love this. Thanks!

miguelcobain commented 8 years ago

Can't we provide a more up to date nginx by default? Also, I've seen some buildpacks can download sources, and cache the build between deploys.