The html file served by elm reactor contains links to _elm/styles.css and _elm/elm.js
I am now trying to run elm reactor via a reverse proxy which routes http://myhost/myprefix to http://localhost:8000.
However this would require that the links refer to myprefix/_elm/*
How can this be achieved ?