[SR-Users] Nginx dispatching of websocket requests?

Juha Heinanen jh at tutpro.com
Tue Oct 9 21:35:57 CEST 2012


just to complete the thread, nginx does not currently support proxying of
requests that use websocket transport.  it is in the roadmap, but no date
is set.

when nginx receives request over websocket it converts
'Upgrade: Connection: Upgrade' header to 'Connection: close' header
and removes Upgrade header. 

-- juha



More information about the sr-users mailing list