Add some docs clarifications

This commit is contained in:
Jessica B. Hamrick
2015-06-25 14:48:18 -04:00
parent cbbc0290b9
commit 9f807a5959
2 changed files with 2 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ c.JupyterHub.proxy_api_ip = '10.0.1.4'
c.JupyterHub.proxy_api_port = 5432
```
The Hub service also listens only on localhost by default.
The Hub service also listens only on localhost (port 8080) by default.
The Hub needs needs to be accessible from both the proxy and all Spawners.
When spawning local servers localhost is fine,
but if *either* the Proxy or (more likely) the Spawners will be remote or isolated in containers,