add JupyterHub.allow_multiple_servers

This commit is contained in:
Christian Barra
2017-02-06 10:25:50 +01:00
parent 488706293f
commit 4fdf405d77
5 changed files with 83 additions and 18 deletions

View File

@@ -35,6 +35,9 @@ if not os.path.exists(ssl_dir):
os.makedirs(ssl_dir)
# Allows multiple single-server per user
c.JupyterHub.allow_multiple_servers = False
# https on :443
c.JupyterHub.port = 443
c.JupyterHub.ssl_key = pjoin(ssl_dir, 'ssl.key')