You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by dm...@apache.org on 2022/12/06 21:11:57 UTC

[trafficserver] branch master updated: Doc: records.config - Fix indentation which makes sphinx fields invalid. (#9227)

This is an automated email from the ASF dual-hosted git repository.

dmeden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 906df2f51 Doc: records.config - Fix indentation which makes sphinx fields invalid. (#9227)
906df2f51 is described below

commit 906df2f519453186dfa3d63e33f85b04c0a18eaa
Author: Damian Meden <dm...@apache.org>
AuthorDate: Tue Dec 6 21:11:51 2022 +0000

    Doc: records.config - Fix indentation which makes sphinx fields invalid. (#9227)
---
 doc/admin-guide/files/records.config.en.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index 8f2d90de8..ba9cc0216 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1956,7 +1956,7 @@ Proxy User Variables
 
    See :ref:`proxy-protocol` for more discussion on how |TS| transforms the `Forwarded: header`.
 
-.. ts:cv:: CONFIG proxy.config.http.proxy_protocol_out INT ``-1``
+.. ts:cv:: CONFIG proxy.config.http.proxy_protocol_out INT -1
    :reloadable:
    :overridable:
 
@@ -2616,21 +2616,21 @@ Customizable User Response Pages
    ``PREFIX`` directory.
 
 .. ts:cv:: CONFIG proxy.config.body_factory.template_base STRING ""
-    :reloadable:
-    :overridable:
+   :reloadable:
+   :overridable:
 
     A prefix for the file name to use to find an error template file. If set (not the empty string)
     this value and an underscore are prepended to the file name to find in the template sets
     directory. See :ref:`body-factory`.
 
 .. ts:cv:: CONFIG proxy.config.body_factory.response_max_size INT 8192
-    :reloadable:
+   :reloadable:
 
     Maximum size of the error template response page.
 
 .. ts:cv:: CONFIG proxy.config.body_factory.response_suppression_mode INT 0
-    :reloadable:
-    :overridable:
+   :reloadable:
+   :overridable:
 
    Specifies when |TS| suppresses generated response pages:
 
@@ -4692,9 +4692,9 @@ Sockets
 .. ts:cv:: CONFIG proxy.config.net.listen_backlog INT -1
    :reloadable:
 
-  This directive sets the maximum number of pending connections.
-  If it is set to -1, |TS| will automatically set this
-  to a platform-specific maximum.
+   This directive sets the maximum number of pending connections.
+   If it is set to -1, |TS| will automatically set this
+   to a platform-specific maximum.
 
 .. ts:cv:: CONFIG  proxy.config.net.tcp_congestion_control_in STRING ""