-
Notifications
You must be signed in to change notification settings - Fork 15
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
Deploying telegraphy #14
Comments
Sorry for the late answer. Fornt end configuration could be done with something like http://nginx.org/en/docs/http/websocket.html. |
Thanks. We decided to run the telegraphy management command with supervisord, so this was a lucky guess. :) But I've got another question: It's best practice to run websockets on port 80 to avoid getting blocked by a firewall. Which makes this kinda tricky, because (I hope I don't get this wrong) the telegraphy websocket locations have no particular prefix (for the nginx location)? Which would be the simplest setup to run telegraphy behind nginx on port 80? If anyone comes across the same question, this is our supervisord config file:
|
@Brandl indeed, one of the this I have to change is to add a Prefix for telegraphy's WS entry point URLs. |
I'm not a Twisted expert and unfortunately I haven't found any explanation in the docs on which is the best setup to use telegraphy in production?
Your recommendation would really help me out.
Kind regards
The text was updated successfully, but these errors were encountered: