-
-
Notifications
You must be signed in to change notification settings - Fork 251
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
WebSocket proxying #7
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this pull request! Be sure to follow the pull request template!
I am a bot, here are the test results for this PR: |
I am a bot, here are the test results for this PR: |
Updated OP that proxy PR should be merged BEFORE swag PR so the new proxies are included in the next swag build. |
I am a bot, here are the test results for this PR: |
Fix indentation
I am a bot, here are the test results for this PR: |
http://nginx.org/en/docs/http/websocket.html
Many of our https://github.com/linuxserver/reverse-proxy-confs already include similar headers but not done in the way recommended in the nginx docs. This covers them all with the ability to proxy websockets.
I will create a separate PR to cleanup/adjust proxy samples in that repo.
Edit: linuxserver/reverse-proxy-confs#197 should be merged BEFORE this.