Created
July 8, 2015 09:23
-
-
Save hongster/8dc970a03e15d321c42d to your computer and use it in GitHub Desktop.
Firewalld service configuration for RabbitMQ (web) management console. /etc/firewalld/services/rabbitmq-management.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<service> | |
<short>RabbitMQ Management Console</short> | |
<description>Web interface for managing RabbitMQ</description> | |
<port protocol="tcp" port="15672"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment