You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a service in Docker Compose that contains JupyterHub, a VRE that spawns a container for each user's session. In the same service, Mercury is running on port 8050 using this command in thejupyterhub.conffile:
Now I can access Mercury in the browser by navigating to http://localhost:8050 due to the mapping done in the Compose file. However, I want to serve Mercury through NGINX, and I have set it up like this:
The commented-out locations are previous attempts to solve the issue. As you can see in the nginx.conf, I tried to serve Mercury at the URL http://localhost/webapp/. However, I encounter a 404 error because it cannot find some static files:
Hi,
I have a service in Docker Compose that contains JupyterHub, a VRE that spawns a container for each user's session. In the same service, Mercury is running on port 8050 using this command in the
jupyterhub.conf
file:And in docker-compose.yml:
Now I can access Mercury in the browser by navigating to
http://localhost:8050
due to the mapping done in the Compose file. However, I want to serve Mercury through NGINX, and I have set it up like this:The commented-out locations are previous attempts to solve the issue. As you can see in the
nginx.conf
, I tried to serve Mercury at the URLhttp://localhost/webapp/
. However, I encounter a 404 error because it cannot find some static files:I would greatly appreciate any assistance in identifying what isn't working.
The text was updated successfully, but these errors were encountered: