Update jupyterhub_config.py

This commit is contained in:
Yûki VACHOT 2021-10-26 17:53:45 +02:00 committed by GitHub
parent 53706f9ceb
commit 32c659bac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -648,13 +648,13 @@ c.JupyterHub.port = 443
#
# When setting this, you should also set ssl_key
# Default: ''
c.JupyterHub.ssl_cert = 'my_ssl.cert'
c.JupyterHub.ssl_cert = '/etc/jupyterhub/my_ssl.cert'
## Path to SSL key file for the public facing interface of the proxy
#
# When setting this, you should also set ssl_cert
# Default: ''
c.JupyterHub.ssl_key = 'my_ssl.key'
c.JupyterHub.ssl_key = '/etc/jupyterhub/my_ssl.key'
## Host to send statsd metrics to. An empty string (the default) disables sendin g
# metrics.