From 32c659bac43a27e7766f72f636f7b0f5ad987963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Tue, 26 Oct 2021 17:53:45 +0200 Subject: [PATCH] Update jupyterhub_config.py --- Dockers/tensorflow-jupyterhub/jupyterhub_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockers/tensorflow-jupyterhub/jupyterhub_config.py b/Dockers/tensorflow-jupyterhub/jupyterhub_config.py index f87a766..c587227 100644 --- a/Dockers/tensorflow-jupyterhub/jupyterhub_config.py +++ b/Dockers/tensorflow-jupyterhub/jupyterhub_config.py @@ -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.