From b0629a31788b7bf6d898daf6f841f9a9d8dff8be Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 24 Jun 2019 11:06:22 +0200 Subject: [PATCH] move settings doc from rec to auth (cherry picked from commit ca609038ef48739ca14e0c166a621070601b2318) --- docs/settings.rst | 11 +++++++++++ pdns/recursordist/docs/settings.rst | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 7b45f4966..bd306ea6f 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1688,6 +1688,17 @@ The value between the hooks is a UUID that is generated for each request. This c .. note:: The webserver logs these line on the NOTICE level. The :ref:`setting-loglevel` seting must be 5 or higher for these lines to end up in the log. +.. _setting-webserver-max-bodysize: + +``webserver-max-bodysize`` +-------------------------- +.. versionadded:: 4.2.0 + +- Integer +- Default: 2 + +Maximum request/response body size in megabytes. + .. _setting-webserver-password: ``webserver-password`` diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index afc7509a8..a867200c4 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -1725,17 +1725,6 @@ The value between the hooks is a UUID that is generated for each request. This c .. note:: The webserver logs these line on the NOTICE level. The :ref:`settings-loglevel` seting must be 5 or higher for these lines to end up in the log. -.. _setting-webserver-max-bodysize: - -``webserver-max-bodysize`` --------------------------- -.. versionadded:: 4.2.0 - -- Integer -- Default: 2 - -Maximum request/response body size in megabytes. - .. _setting-webserver-password: ``webserver-password`` -- 2.40.0