from multiservers to namedservers

This commit is contained in:
Christian Barra
2017-03-03 03:42:24 +01:00
parent 746912cece
commit 2294dc0ad9
2 changed files with 12 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ if not os.path.exists(ssl_dir):
# Allows multiple single-server per user
c.JupyterHub.allow_multiple_servers = False
c.JupyterHub.allow_named_servers = True
# https on :443
c.JupyterHub.port = 443