Skip to content

Instantly share code, notes, and snippets.

@hongster
Created July 8, 2015 09:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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
<?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