From: Peter van Dijk Date: Mon, 24 Jun 2019 09:06:22 +0000 (+0200) Subject: move settings doc from rec to auth X-Git-Tag: dnsdist-1.4.0-rc1~94^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7550%2Fhead;p=thirdparty%2Fpdns.git move settings doc from rec to auth --- diff --git a/docs/settings.rst b/docs/settings.rst index 5d35c0ddea..f41f551dc5 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -1665,6 +1665,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 afc7509a8c..a867200c42 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``