From 6bf2e44b4699d95db6fe159077dc00902c04d192 Mon Sep 17 00:00:00 2001 From: apoos-maximus Date: Sat, 3 Aug 2019 12:52:55 +0530 Subject: [PATCH] [Fix #2592] fix default binding address Signed-off-by: apoos-maximus --- pelican/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/settings.py b/pelican/settings.py index a957b26c..fc479ea6 100644 --- a/pelican/settings.py +++ b/pelican/settings.py @@ -166,7 +166,7 @@ DEFAULT_CONFIG = { 'WRITE_SELECTED': [], 'FORMATTED_FIELDS': ['summary'], 'PORT': 8000, - 'BIND': '', + 'BIND': '127.0.0.1', } PYGMENTS_RST_OPTIONS = None