Skip to content

Commit

Permalink
Explicitly tell JupyterHub it is running on port 80
Browse files Browse the repository at this point in the history
Because it is!
  • Loading branch information
yuvipanda committed Jun 27, 2018
1 parent ac7bd88 commit f03e093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tljh/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def start(self):
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')]

Expand Down

0 comments on commit f03e093

Please sign in to comment.