Skip to content

Commit 073c993

Browse files
rabbitmq.conf.example: add management.http.max_body_size
(cherry picked from commit 6b614fc)
1 parent 9408284 commit 073c993

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,10 @@
669669
##
670670
# management.http_log_dir = /path/to/access.log
671671

672+
## Limits maximum accepted HTTP request body size to 500 KiB.
673+
## The default is 20 MiB.
674+
# management.http.max_body_size = 500000
675+
672676
## HTTP listener and embedded Web server settings.
673677
# ## See https://www.rabbitmq.com/docs/management for details.
674678
#

0 commit comments

Comments
 (0)