Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 464 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 464 Bytes

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