Install socket.io via a tarball. This is the only way to get a socket.io version that runs properly behind a reverse proxy. This is a temporary fix until a new socket.io version is released
parent
93ccbaef3a
commit
e9d6000e01
|
@ -8,7 +8,7 @@
|
|||
{ "name": "Hans Pinckaers"}
|
||||
],
|
||||
"dependencies" : {
|
||||
"socket.io" : "0.7.2",
|
||||
"socket.io" : "https://github.com/Pita/socket.io/tarball/master",
|
||||
"ueberDB" : "0.0.8",
|
||||
"async" : "0.1.9",
|
||||
"joose" : "3.18.0",
|
||||
|
|
Loading…
Reference in New Issue