opnsense-ports/textproc/apache-solr/files/patch-bind-localhost.patch
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

18 lines
737 B
Diff

--- server/etc/jetty-http.xml.bak 2016-09-01 16:16:13.027176858 +0200
+++ server/etc/jetty-http.xml 2016-09-01 16:16:40.498173610 +0200
@@ -33,7 +33,7 @@
</Item>
</Array>
</Arg>
- <Set name="host"><Property name="jetty.host" /></Set>
+ <Set name="host"><Property name="jetty.host" default="localhost" /></Set>
<Set name="port"><Property name="jetty.port" default="8983" /></Set>
<Set name="idleTimeout"><Property name="solr.jetty.http.idleTimeout" default="50000"/></Set>
<Set name="soLingerTime"><Property name="solr.jetty.http.soLingerTime" default="-1"/></Set>
@@ -44,4 +44,4 @@
</Arg>
</Call>
-</Configure>
\ No newline at end of file
+</Configure>