diff --git a/docs/source/reference/config-examples.md b/docs/source/reference/config-examples.md index b3179be4..812210c4 100644 --- a/docs/source/reference/config-examples.md +++ b/docs/source/reference/config-examples.md @@ -167,6 +167,9 @@ server { } ``` +If `nginx` is not running on port 443, substitute `$http_host` for `$host` on +the lines setting the `Host` header. + `nginx` will now be the front facing element of JupyterHub on `443` which means it is also free to bind other servers, like `NO_HUB.DOMAIN.TLD` to the same port on the same machine and network interface. In fact, one can simply use the same