Open rroblik opened 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) :
ENABLE_WSS_SUPPORT
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_SUPPORT
or soThanks for the work !
Regards