mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
puppet: Remove rabbitmq_mochiweb configuration.
mochiweb was renamed to web_dispatch in RabbitMQ 3.8.0, and the plugin is not enabled. Nor does this control the management interface, which would listen on port 15672.
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
[{kernel, [{inet_dist_use_interface, {127,0,0,1}}]},
|
||||
{rabbit, [{tcp_listeners, [{"127.0.0.1", 5672}]}]},
|
||||
{rabbitmq_mochiweb, [{listeners, [{mgmt, [{ip, "127.0.0.1"},
|
||||
{port, 55672}]}]}]}].
|
||||
{rabbit, [{tcp_listeners, [{"127.0.0.1", 5672}]}]}].
|
||||
|
Reference in New Issue
Block a user