mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
fixing start_proxy() that misspelled name of the project
This commit is contained in:
@@ -1018,7 +1018,7 @@ class JupyterHub(Application):
|
|||||||
" There better be SSL termination happening somewhere else...")
|
" There better be SSL termination happening somewhere else...")
|
||||||
else:
|
else:
|
||||||
self.log.error(
|
self.log.error(
|
||||||
"Refusing to run JuptyterHub without SSL."
|
"Refusing to run JupyterHub without SSL."
|
||||||
" If you are terminating SSL in another layer,"
|
" If you are terminating SSL in another layer,"
|
||||||
" pass --no-ssl to tell JupyterHub to allow the proxy to listen on HTTP."
|
" pass --no-ssl to tell JupyterHub to allow the proxy to listen on HTTP."
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user