mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Explicitly tell JupyterHub it is running on port 80
Because it is!
This commit is contained in:
@@ -25,6 +25,7 @@ class CustomSpawner(SystemdSpawner):
|
||||
c.JupyterHub.spawner_class = CustomSpawner
|
||||
|
||||
c.ConfigurableHTTPProxy.should_start = False
|
||||
c.JupyterHub.port = 80
|
||||
|
||||
c.SystemdSpawner.extra_paths = [os.path.join(USER_ENV_PREFIX, 'bin')]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user