This is a template application for Heroku nginx buildpack
git clone git://github.com/guilleiguaran/heroku-nginx-template.git
mv heroku-nginx-template your-app
cd your-app
heroku create your-app --stack cedar --buildpack http://github.com/essh/heroku-buildpack-nginx.git
git add .
git commit -m "Initial commit"
git push heroku master