The solution to /etc/rabbitmq/rabbitmq.config(not found) appears on the rabbitmq page

If the page appears /etc/rabbitmq/rabbitmq.config(not found)

The solution is as follows: find / -name "rabbitmq.config.example" to find the corresponding template configuration file to copy

cp /usr/share/doc/rabbitmq-server-3.6.6/rabbitmq.config.example /etc/rabbitmq/

mv rabbitmq.config.example rabbitmq.config

service rabbitmq-server restart

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325076996&siteId=291194637