Does anybody know if/when Nginx will support HTTP 1.1? I'd love to be able to use Nginx as the frontend for WebSocket stuff.
What do you mean? HTTP1.1 says nothing about WebSockets, and nginx does support HTTP1.1.
Nginx proxy module only supports http 1.0 basically.
So no proxying to a websocket server yet.