From 7b7209d11f24e65645586abf3150829eac3f235a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Tue, 26 Oct 2021 22:17:04 +0200 Subject: [PATCH] Update jupyterhub_config.py --- Dockers/tensorflow-jupyterhub/jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''