mirror of https://github.com/apache/activemq.git
AMQ-7007 - restrict jetty endpoint to 127.0.0.1 by default
This commit is contained in:
parent
3ea18f4ed1
commit
d535e34947
|
@ -106,7 +106,7 @@
|
||||||
|
|
||||||
<bean id="jettyPort" class="org.apache.activemq.web.WebConsolePort" init-method="start">
|
<bean id="jettyPort" class="org.apache.activemq.web.WebConsolePort" init-method="start">
|
||||||
<!-- the default port number for the web console -->
|
<!-- the default port number for the web console -->
|
||||||
<property name="host" value="0.0.0.0"/>
|
<property name="host" value="127.0.0.1"/>
|
||||||
<property name="port" value="8161"/>
|
<property name="port" value="8161"/>
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue