cf1f24bff6
contains three small changes to use relative urls instead of absolute rooted at / * favicons in index.html * badge and pop sound in lounge.js * the url for the socket.io endpoint Typical use with nginx: location /path/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_pass http://localhost:9000/; } those trailing / are important. |
||
---|---|---|
.. | ||
libs | ||
libs.min.js | ||
lounge.js | ||
lounge.templates.js |