Merge pull request #942 from barrachri/multi_servers

Multiple singleuser servers
This commit is contained in:
Min RK
2017-03-04 14:00:53 -05:00
committed by GitHub
6 changed files with 116 additions and 8 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_named_servers = True
# https on :443
c.JupyterHub.port = 443
c.JupyterHub.ssl_key = pjoin(ssl_dir, 'ssl.key')