I have a docker container running on marathon.
locally it works fine.
I registered a route in Kong to this container under www.mydomain.com/myroute/
Now the problem is that refs are not working correctly because they point to for example www.mydomain.com/static/ instead of www.mydomain.com/myroute/static
Can't figure out how to configure it correctly.
c.NotebookApp.base_project_url and c.NotebookApp.base_url are not working.