Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx with tornado for prod #86

Open
mathben opened this issue Mar 13, 2018 · 2 comments
Open

Nginx with tornado for prod #86

mathben opened this issue Mar 13, 2018 · 2 comments

Comments

@mathben
Copy link
Member

mathben commented Mar 13, 2018

To improve performance in prod, we can use nginx with tornado.
Nginx will buffer the http request. Like that, tornado no need permission to run on port 80.
https://gist.github.com/didip/802576
http://tornado.readthedocs.io/en/stable/guide/running.html#running-behind-a-load-balancer

@mathben
Copy link
Member Author

mathben commented Mar 13, 2018

@mathben
Copy link
Member Author

mathben commented Mar 21, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant