diff --git a/jupyterhub/app.py b/jupyterhub/app.py index 40a144f4..29ee893b 100644 --- a/jupyterhub/app.py +++ b/jupyterhub/app.py @@ -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,