/nginx-uwsgi-heroku

Deploy WSGI app on Heroku with uwsgi + Nginx

Primary LanguageHTMLThe UnlicenseUnlicense

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