├── Procfile ├── README.md ├── app.json ├── nginx.conf └── package.rockspec /Procfile: -------------------------------------------------------------------------------- 1 | web: start_nginx.sh 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shantanu561993/heroku-reverse-proxy/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shantanu561993/heroku-reverse-proxy/HEAD/app.json -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shantanu561993/heroku-reverse-proxy/HEAD/nginx.conf -------------------------------------------------------------------------------- /package.rockspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shantanu561993/heroku-reverse-proxy/HEAD/package.rockspec --------------------------------------------------------------------------------