From dd7961bc443c732d0bbdd6bda47d6c2cfda5b290 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 17 May 2011 22:06:07 -0400
Subject: [PATCH] Building site content and documentation from Markdown.

---
 distrib/gitblit.properties |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties
index bcbd3db..e13b60c 100644
--- a/distrib/gitblit.properties
+++ b/distrib/gitblit.properties
@@ -146,11 +146,15 @@
 server.httpsPort = 443
 
 # Specify the interface for Jetty to bind the standard connector.
-# You may specify an ip or an empty value to bind to all interfaces. 
+# You may specify an ip or an empty value to bind to all interfaces.
+# Specifying localhost will result in Git:Blit ONLY listening to requests to
+# localhost.
 server.httpBindInterface = localhost
 
 # Specify the interface for Jetty to bind the secure connector.
 # You may specify an ip or an empty value to bind to all interfaces.
+# Specifying localhost will result in Git:Blit ONLY listening to requests to
+# localhost.
 server.httpsBindInterface = localhost
 
 # Password for SSL keystore.

--
Gitblit v1.9.1