JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Non-root URL does not work #236

Closed KickerTom closed 8 years ago

KickerTom commented 8 years ago

I have installed Etherdraw along with Etherpad and to have it accessible from outside, I added nginx forwarding, so Etherpad has url 'https://host.com/etherpad' and Etherdraw is 'https://host.com/etherdraw'. While Etherpad was happy on this path, Etherdraw didn't work at all.

Attached is a diff I made to get it working, to better illustrate the changes needed.

url-patch.txt