在 Kubernetes 集群上部署了 Nginx Ingress Controller ,请问如何如何给 Nginx 添加下面的配置?
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
相关问题
- How can I prevent my Shiny App from disconnecting
- Can't configure nginx as a proxy for tomcat wi
- How to set Nginx URI to fix empty URI in redirect
- why does connect domain to “Shopify” ask for eithe
- Nginx with Daphne gives 502 Bad Gateway
可以通过 ingress 的
nginx.org/location-snippets
注解添加