Hi,
is it possible to run two Jupyterhubs behind the same reverse
proxy, using different subfolders? I already have set it up for
one system, i.e., our public machine
jupyter.example.com/hub acts
as proxy to one Jupyterhub instance. Now I would like to add a
separate, completely independent, Jupyterhub. As we don't have
full control over the hostnames / DNS, it'd be most simple for me
to just have
jupyter.example.com/hub2 as entry point to the second
Jupyterhub.
However, as I can see from the requests being sent from our first
hub, there's references to
jupyter.example.com/user and so on, so
that would probably be a problem.
Any way to achieve what I want?
Sunny greetings,
Andreas