From 213055b65f980e9fc48ef359489a9fc56e772307 Mon Sep 17 00:00:00 2001 From: j2blake Date: Sat, 31 Dec 2011 16:32:44 +0000 Subject: [PATCH] Tweak the description of vitro.ocal.solr.ipaddress.mask --- webapp/config/example.deploy.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webapp/config/example.deploy.properties b/webapp/config/example.deploy.properties index 0160f8b92..085a05a2a 100644 --- a/webapp/config/example.deploy.properties +++ b/webapp/config/example.deploy.properties @@ -55,7 +55,10 @@ vitro.local.solr.url = http://localhost:8080/vitrosolr # Examples: # vitro.local.solr.ipaddress.mask = 127\.0\.0\.1 # vitro.local.solr.ipaddress.mask = 127\.0\.0\.1|0:0:0:0:0:0:0:1 -# vitro.local.solr.ipaddress.mask = 169.254.* +# vitro.local.solr.ipaddress.mask = 169\.254\..* +# If this line is removed, your Solr server will respond to requests from any +# location. This may be useful for experimenting but would likely be considered +# a security problem in a production environment. vitro.local.solr.ipaddress.mask = 127\.0\.0\.1|[0:]+:1 #