/nginx-as-heroku-app

Runing Nginx as a Heroku app with the C buildpack

Primary LanguageCOtherNOASSERTION

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