On 22/07/2020 09:43, Sebastian Trueg wrote:
Hello everyone,
this might be an old or even simple question (I actually hope it is) but
I was not able to find an answer thus far:
Can I run the Fuseki admin UI behind a reverse proxy with a sub-path?
I haven't tried but it will be easier if the reverse proxy has the same
webapp name in the URL (which may not be what you want).
In my case I have one reverse proxy which routes a path like
/admin/fuseki
to the Fuseki admin ui.
to /$/... ?
The problem is that css and the like are not loaded properly due to a
missing trailing slash on the base path. But adding the slash to the
route will result in a 404...
It might be the CSS/HTML isn't general enough in link mangling.
Do you have a concrete example?
URL sent
URL routed to
Links in HTML back.
Andy
Maybe someone had this problem before or it is super-obvious to someone.
Thanks in advance.
Regards,
Sebastian