Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/daapr/commit/24522b03153d5b58d70a9685d2257a87f13da7d6?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
1
0
Fork 0

Added note about browser compatibility

master
Matthieu Lalonde 13 years ago
parent d9d63ddf7b
commit 24522b0315

@ -3,6 +3,9 @@
**[Live Demo Here][].** **[Live Demo Here][].**
As of this righting, the app is only compatible in Chrome/Chromium.
In order to expose a DAAP server, one must proxy it in front of nginx/lighttpd/apache in order to inject the CORS headers (Access-Control-Allow-Origin and the like). In order to expose a DAAP server, one must proxy it in front of nginx/lighttpd/apache in order to inject the CORS headers (Access-Control-Allow-Origin and the like).

Loading…
Cancel
Save