Skip to content

mrluanma/nginx-uwsgi-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-uwsgi-heroku

Deploy WSGI app on Heroku with uwsgi + Nginx.

Just click the button

Heroku Deploy

Or hardcore mode

$ heroku create
$ heroku buildpacks:set heroku/python
$ heroku buildpacks:add heroku-community/nginx
$ git push heroku main
$ heroku open

About

Deploy WSGI app on Heroku with uwsgi + Nginx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages