mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53: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
|
||||
"""
|
||||
)
|
||||
ip = Unicode('localhost', config=True,
|
||||
ip = Unicode('', config=True,
|
||||
help="The public facing ip of the proxy"
|
||||
)
|
||||
port = Integer(8000, config=True,
|
||||
|
Reference in New Issue
Block a user