From 073c993c3cee78ded6fd358945646f1b4318dc03 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sat, 9 Nov 2024 18:02:16 -0500 Subject: [PATCH] rabbitmq.conf.example: add management.http.max_body_size (cherry picked from commit 6b614fc879887c9cb3619aa45fb3976c078b643e) --- deps/rabbit/docs/rabbitmq.conf.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deps/rabbit/docs/rabbitmq.conf.example b/deps/rabbit/docs/rabbitmq.conf.example index 3cab148eaa8a..636ea93bd983 100644 --- a/deps/rabbit/docs/rabbitmq.conf.example +++ b/deps/rabbit/docs/rabbitmq.conf.example @@ -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. #