Fix some typos and formatting.

Fix the note markup.

It was extending over all the rest of the page.
This commit is contained in:
Bussi Andrea 2022-02-18 19:49:34 +00:00
parent e7ad2da34a
commit dffc13fef2
9 changed files with 34 additions and 20 deletions

View file

@ -48,7 +48,7 @@ bindings.
The message broker can use https://www.rabbitmq.com/vhosts.html[virtual
hosts] to allow multiple applications to use the broker. The general
purpose publish-subscribe virtual host is called `/pubsub` and has its
authorization policy is outlined below. If your application is using a
authorization policy outlined below. If your application is using a
different virtual host for private messaging (for example, your
application uses Celery), different authorization rules apply.
@ -67,7 +67,9 @@ Because AMQP clients don't have permission to create objects, you need
to set
https://fedora-messaging.readthedocs.io/en/stable/configuration.html#passive-declares[passive_declares
= true] or you will get 403 Permission Denied errors.
====Users, exchanges, queues, bindings, and
====
Users, exchanges, queues, bindings, and
https://www.rabbitmq.com/vhosts.html[virtual hosts] other objects are
managed in the broker using the Fedora Infrastructure Ansible project
and must be declared there.