Skip to content

Instantly share code, notes, and snippets.

@Demacr
Created July 29, 2020 12:30
Show Gist options
  • Save Demacr/7837fbd3ae8fe569237aeaaddcc9c986 to your computer and use it in GitHub Desktop.
Save Demacr/7837fbd3ae8fe569237aeaaddcc9c986 to your computer and use it in GitHub Desktop.
K8S nginx ingress websocket
nginx.ingress.kubernetes.io/configuration-snippet: |
proxy_set_header Upgrade "websocket";
proxy_set_header Connection "Upgrade";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment