gunicorn, nginx, and using port 80 for running a django web application -


i have django, nginx, , gunicorn installed on web server.

nginx listens on port 80 gunicorn runs django project on port 8000

this works fine. if go www.mysite.com:8000/myapp/ django application comes ok. if want users go www.mysite.com/myapp/ view django application? don't think getting rid of nginx answer, , i'm hoping missed configuration tweak can apply make work.

any advice appreciated.

no, getting rid of nginx not answer. answer follow very nice documentation configure nginx reverse proxy gunicorn.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -