evry / docker-oidc-proxy

Docker Image built on Alpine Linux for secure OpenID Connect (OIDC) proxy authentication
https://hub.docker.com/r/evry/oidc-proxy/
MIT License
121 stars 59 forks source link

WSS Support #25

Open rroblik opened 11 months ago

rroblik commented 11 months ago

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) :

Thanks for the work !

Regards