https://github.com/lepture/python-livereload/blob/master/livereload/server.py#L224
If I use a reverse proxy with livereload, it uses the server's port, not the exposed port. Why not just use "/livereload.js"? This would at least make reverse proxies work, though it still wouldn't let you put the site behind a specific path.
https://github.com/lepture/python-livereload/blob/master/livereload/server.py#L224
If I use a reverse proxy with livereload, it uses the server's port, not the exposed port. Why not just use "/livereload.js"? This would at least make reverse proxies work, though it still wouldn't let you put the site behind a specific path.