docker-oidc-proxy icon indicating copy to clipboard operation
docker-oidc-proxy copied to clipboard

WSS Support

Open rroblik opened this issue 1 year ago • 0 comments

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
  • Using dedicated env var like ENABLE_WSS_SUPPORT or so
  • ...

Thanks for the work !

Regards

rroblik avatar Nov 30 '23 20:11 rroblik