mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Restrict Solr to localhost
This commit is contained in:
parent
f9af4146ca
commit
37849c2c0a
@ -71,7 +71,7 @@
|
|||||||
<Call name="addConnector">
|
<Call name="addConnector">
|
||||||
<Arg>
|
<Arg>
|
||||||
<New class="org.mortbay.jetty.bio.SocketConnector">
|
<New class="org.mortbay.jetty.bio.SocketConnector">
|
||||||
<Set name="host"><SystemProperty name="jetty.host" /></Set>
|
<Set name="host"><SystemProperty name="jetty.host" default="127.0.0.1"/></Set>
|
||||||
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
|
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
|
||||||
<Set name="maxIdleTime">50000</Set>
|
<Set name="maxIdleTime">50000</Set>
|
||||||
<Set name="lowResourceMaxIdleTime">1500</Set>
|
<Set name="lowResourceMaxIdleTime">1500</Set>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user