mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-05-05 12:16:45 +02:00
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
This commit is contained in:
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…
x
Reference in New Issue
Block a user