mirror of
https://github.com/djohnlewis/stackdump
synced 2025-04-05 01:03:27 +00:00
Changed jetty config so it only listens on localhost.
We don't want public access to it anyway.
This commit is contained in:
parent
bd6280f6a5
commit
232306d338
@ -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="localhost" /></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