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
As an NGF user I want to know how to use NGF works with websocket applications So that I can run my websocket application fronted by NGF.
Upgrade: websocket
Sec-WebSocket-Key
Sec-WebSocket-Version
The text was updated successfully, but these errors were encountered:
An example default route this is of type Exact
location = /query { proxy_http_version 1.1; proxy_set_header Host "$gw_api_compliant_host"; proxy_set_header X-Forwarded-For "$proxy_add_x_forwarded_for"; proxy_set_header Upgrade "$http_upgrade"; proxy_set_header Connection "$connection_upgrade"; proxy_set_header X-Real-IP "$remote_addr"; proxy_set_header X-Forwarded-Proto "$scheme"; proxy_set_header X-Forwarded-Host "$host"; proxy_set_header X-Forwarded-Port "$server_port"; proxy_pass http://blogs_blogs-be_80$request_uri; }
So websocket support is there by default
Sorry, something went wrong.
Yes, websockets are supported. We just want to make sure we document it so users are aware.
This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.
No branches or pull requests
As an NGF user
I want to know how to use NGF works with websocket applications
So that I can run my websocket application fronted by NGF.
Acceptance
Upgrade: websocket
header in a request.Sec-WebSocket-Key
orSec-WebSocket-Version
The text was updated successfully, but these errors were encountered: