mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-13 13:03:01 +00:00
add JupyterHub.allow_multiple_servers
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user