Update jupyterhub_config.py

This commit is contained in:
Yûki VACHOT 2021-10-26 22:17:04 +02:00 committed by GitHub
parent 7b967fd1a8
commit 7b7209d11f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -533,7 +533,7 @@ c.JupyterHub.ip = 'wvm-srv5.luminy.univ-amu.fr'
# Use JupyterHub.bind_url # Use JupyterHub.bind_url
# Default: 8000 # Default: 8000
c.JupyterHub.port = 443 c.JupyterHub.port = 443
c.ConfigurableHTTPProxy.command = ['configurable-http-proxy', '--redirect-port', '80']
## DEPRECATED since version 0.8 : Use ConfigurableHTTPProxy.api_url ## DEPRECATED since version 0.8 : Use ConfigurableHTTPProxy.api_url
# Default: '' # Default: ''
# c.JupyterHub.proxy_api_ip = '' # c.JupyterHub.proxy_api_ip = ''