nginx-as-heroku-app icon indicating copy to clipboard operation
nginx-as-heroku-app copied to clipboard

Runing Nginx as a Heroku app with the C buildpack

Run locally

./configure
make
foreman start

Deploy to Heroku

heroku create -s cedar --buildpack https://github.com/heroku/heroku-buildpack-c
git push heroku master
heroku open
heroku logs