Tweak the description of vitro.ocal.solr.ipaddress.mask
This commit is contained in:
parent
3393f16920
commit
213055b65f
1 changed files with 4 additions and 1 deletions
|
@ -55,7 +55,10 @@ vitro.local.solr.url = http://localhost:8080/vitrosolr
|
||||||
# Examples:
|
# Examples:
|
||||||
# vitro.local.solr.ipaddress.mask = 127\.0\.0\.1
|
# 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 = 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
|
vitro.local.solr.ipaddress.mask = 127\.0\.0\.1|[0:]+:1
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue