From 6267b251bfd67370d39382642e7d8149cd3c637f Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 11 Sep 2014 22:10:43 -0700 Subject: [PATCH] public IP is all interfaces by default --- jupyterhub/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,