mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue