├── Dockerfile ├── README.md ├── app.json ├── configure.sh └── heroku.yml /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FunnyWolf/nginx-proxy-heroku/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FunnyWolf/nginx-proxy-heroku/HEAD/README.md -------------------------------------------------------------------------------- /app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FunnyWolf/nginx-proxy-heroku/HEAD/app.json -------------------------------------------------------------------------------- /configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FunnyWolf/nginx-proxy-heroku/HEAD/configure.sh -------------------------------------------------------------------------------- /heroku.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FunnyWolf/nginx-proxy-heroku/HEAD/heroku.yml --------------------------------------------------------------------------------