mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23:01 +00:00
update nginx ssl url
This commit is contained in:
@@ -68,7 +68,7 @@ c.JupyterHub.ssl_cert = '/etc/letsencrypt/live/example.com/fullchain.pem'
|
|||||||
### If SSL termination happens outside of the Hub
|
### If SSL termination happens outside of the Hub
|
||||||
|
|
||||||
In certain cases, for example, if the hub is running behind a reverse proxy, and
|
In certain cases, for example, if the hub is running behind a reverse proxy, and
|
||||||
[SSL termination is being provided by NGINX](https://www.nginx.com/resources/admin-guide/nginx-ssl-termination/),
|
[SSL termination is being provided by NGINX](https://docs.nginx.com/nginx/admin-guide/security-controls/terminating-ssl-http/),
|
||||||
it is reasonable to run the hub without SSL.
|
it is reasonable to run the hub without SSL.
|
||||||
|
|
||||||
To achieve this, remove `c.JupyterHub.ssl_key` and `c.JupyterHub.ssl_cert`
|
To achieve this, remove `c.JupyterHub.ssl_key` and `c.JupyterHub.ssl_cert`
|
||||||
|
Reference in New Issue
Block a user