Explicitly tell JupyterHub it is running on port 80

Because it is!
This commit is contained in:
yuvipanda
2018-06-27 02:27:37 -07:00
parent ac7bd88105
commit f03e093b90

View File

@@ -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')]