mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 07:23:00 +00:00
further clarify that we are creating a new file, not editing nginx.confg
This commit is contained in:
@@ -30,9 +30,10 @@ openssl dhparam -out /etc/ssl/certs/dhparam.pem 4096
|
|||||||
|
|
||||||
## nginx
|
## nginx
|
||||||
|
|
||||||
The **`nginx` server config file** is fairly standard fare except for the two
|
This **`nginx` config file** is fairly standard fare except for the two
|
||||||
`location` blocks within the `HUB.DOMAIN.TLD` config file,
|
`location` blocks within the main section for HUB.DOMAIN.tld.
|
||||||
e.g. by creating the file `/etc/nginx/sites.enabled/jupyterhub.conf`:
|
To create a new site for jupyterhub in your nginx config, make a new file
|
||||||
|
in `sites.enabled`, e.g. `/etc/nginx/sites.enabled/jupyterhub.conf`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# top-level http config for websocket headers
|
# top-level http config for websocket headers
|
||||||
|
Reference in New Issue
Block a user