mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
from multiservers to namedservers
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user