mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
public IP is all interfaces by default
This commit is contained in:
@@ -71,7 +71,7 @@ class JupyterHubApp(Application):
|
|||||||
Use with ssl_key
|
Use with ssl_key
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
ip = Unicode('localhost', config=True,
|
ip = Unicode('', config=True,
|
||||||
help="The public facing ip of the proxy"
|
help="The public facing ip of the proxy"
|
||||||
)
|
)
|
||||||
port = Integer(8000, config=True,
|
port = Integer(8000, config=True,
|
||||||
|
Reference in New Issue
Block a user