diff --git a/Dockers/tensorflow-jupyterhub/jupyterhub_config.py b/Dockers/tensorflow-jupyterhub/jupyterhub_config.py index 6099029..10b8818 100644 --- a/Dockers/tensorflow-jupyterhub/jupyterhub_config.py +++ b/Dockers/tensorflow-jupyterhub/jupyterhub_config.py @@ -533,7 +533,7 @@ c.JupyterHub.ip = 'wvm-srv5.luminy.univ-amu.fr' # Use JupyterHub.bind_url # Default: 8000 c.JupyterHub.port = 443 - +c.ConfigurableHTTPProxy.command = ['configurable-http-proxy', '--redirect-port', '80'] ## DEPRECATED since version 0.8 : Use ConfigurableHTTPProxy.api_url # Default: '' # c.JupyterHub.proxy_api_ip = ''