Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.
This repository was archived by the owner on Jan 24, 2018. It is now read-only.

Reverse proxy with subpath #281

@willingc

Description

@willingc

From @jri-sp on June 27, 2017 16:7

Hi,

I'm following this guide: https://github.com/jupyter/tmpnb

I've set up a local installation for a workshop, which works as expected.

Now I need to reverse proxy this installation with my Apache front web server (to share public URL to users)
I need to reverse proxy like this:
https://my.domain/jupyterworkshop/ ----> http://localserver:8000/

Which implies final urls like https://my.domain/jupyterworkshop/user/XnXqexlEzX8f for example.

But when I'm doing my ProxyPath rule, it always redirect to https://my.domain/spawn/jupyterworkshop/

Is there a way to specify a subpath to jupyter tmpnb ?

I don't know if I'm clear, ask me questions if needed.

BTW thanks for all your work on Jupyter!

Copied from original issue: jupyterhub/configurable-http-proxy#112

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions