Skip to content

iAnanich/heroku-buildpack-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-nginx

Installs nginx which proxies to port 8080

Add the buildpack

heroku buildpacks:add https://github.com/pallavkothari/heroku-buildpack-nginx 

Then in your app's Procfile:

web: ./nginx-start.sh && <whatever you would normally do> 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.9%
  • HTML 13.1%