Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is possible to make the-littlest-jupyterhub run in other port/url ? #426

Closed
viniciusmaran opened this issue Aug 29, 2019 · 3 comments · Fixed by #623
Closed

Is possible to make the-littlest-jupyterhub run in other port/url ? #426

viniciusmaran opened this issue Aug 29, 2019 · 3 comments · Fixed by #623
Labels
support Support questions (should be on discourse.jupyter.org instead)

Comments

@viniciusmaran
Copy link

Hi,
I've tried to find the answer in the docs, but with no success.
Is possible to configure the installer to make Jupyter host run in other port (except the 80) or url (i.e. /jupyter) ?

@GeorgianaElena
Copy link
Member

GeorgianaElena commented Aug 29, 2019

Hi @viniciusmaran! You can change the port using tljh-config:

sudo tljh-config set http.port <the-port-you-want>
sudo tljh-config reload proxy

@viniciusmaran
Copy link
Author

Hi @GeorgianaElena , thanks!

Is there any possibility to change the local of the installation (i.e. make it run @ IP:80/jupyter, where I have /var/www/html/jupyter in my server) ?

@GeorgianaElena
Copy link
Member

@viniciusmaran, sorry for the extremely late reply. Setting c.JupyterHub.base_url = '/jupyter/' (as mentioned here) should be enough.

@GeorgianaElena GeorgianaElena added the support Support questions (should be on discourse.jupyter.org instead) label Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
support Support questions (should be on discourse.jupyter.org instead)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants