We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
https://github.com/tornadoweb/tornado/wiki/Deployment
Sorry, something went wrong.
Can be the solution for #88 More info : https://stackoverflow.com/questions/15429043/how-to-redirect-on-the-same-port-from-http-to-https-with-nginx-reverse-proxy
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: