You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try avoid use websock over http2, but nginx is not able to disable http2 for one vhost, so you have to disable all vhosts http2 or you don't get to use websockify_pass.
If nginx server http2 enabled, the client send http 1.1 request still get this error. disable http2 for all vhosts fix the problem. (then all your site has slow http 1.1).
return 502 Bad Gateway, remove http2 from nginx listen work.
The text was updated successfully, but these errors were encountered: