Skip to content

Commit

Permalink
rabbitmq.conf.example: add management.http.max_body_size
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b614fc)
  • Loading branch information
michaelklishin committed Nov 9, 2024
1 parent 9408284 commit 073c993
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deps/rabbit/docs/rabbitmq.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,10 @@
##
# management.http_log_dir = /path/to/access.log

## Limits maximum accepted HTTP request body size to 500 KiB.
## The default is 20 MiB.
# management.http.max_body_size = 500000

## HTTP listener and embedded Web server settings.
# ## See https://www.rabbitmq.com/docs/management for details.
#
Expand Down

0 comments on commit 073c993

Please sign in to comment.