Hello I see that out of the box your nginx configuration doesn't handle websocket proxy Missing 2 directives : ``` proxy_set_header Connection "Upgrade"; proxy_set_header Upgrade $http_upgrade; ``` It can be good to be able to use it (OR) : * By default / for all, updating [directives here](https://github.com/evry/docker-oidc-proxy/blob/master/nginx/conf/sites/proxy.conf#L36) * Using dedicated env var like `ENABLE_WSS_SUPPORT` or so * ... Thanks for the work ! Regards
Hello
I see that out of the box your nginx configuration doesn't handle websocket proxy
Missing 2 directives :
It can be good to be able to use it (OR) :
ENABLE_WSS_SUPPORTor soThanks for the work !
Regards