How to allow nginx to reverse proxy socket.io connections
We have just been setting up nginx as a reverse proxy for a node server. Everything worked fine except the socket.io connections weren’t making it through. You make a reverse proxy with: However to make nginx (version 1.3.13 +) reverse proxy socket.io you should add change your configuration to: I learnt this from Chris Lea’s … Read more