You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2023/10/16 16:55:33 UTC

[trafficserver] branch 9.2.x updated: Fix typo in docs for sni.yml (#10579)

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

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 3318c234f1 Fix typo in docs for sni.yml (#10579)
3318c234f1 is described below

commit 3318c234f1452ebc6ac588f44929cc18bb017e73
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Wed Oct 11 05:54:21 2023 +0900

    Fix typo in docs for sni.yml (#10579)
    
    (cherry picked from commit 943152b725d41ca472e1b07de0b330fd9d4ee23f)
---
 doc/admin-guide/files/sni.yaml.en.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/admin-guide/files/sni.yaml.en.rst b/doc/admin-guide/files/sni.yaml.en.rst
index 8dc078eacb..dffe05dcb0 100644
--- a/doc/admin-guide/files/sni.yaml.en.rst
+++ b/doc/admin-guide/files/sni.yaml.en.rst
@@ -145,15 +145,15 @@ http2_max_settings_frames_per_minute   Inbound   Specifies how many SETTINGS fra
                                                  NOTE: Connection coalescing may prevent this from taking effect.
 
 http2_max_ping_frames_per_minute       Inbound   Specifies how many PING frames |TS| receives per minute at maximum.
-                                                 By default this is :ts:cv:`proxy.config.http2.max_settings_frames_per_minute`.
+                                                 By default this is :ts:cv:`proxy.config.http2.max_ping_frames_per_minute`.
                                                  NOTE: Connection coalescing may prevent this from taking effect.
 
 http2_max_priority_frames_per_minute   Inbound   Specifies how many PRIORITY frames |TS| receives per minute at maximum.
-                                                 By default this is :ts:cv:`proxy.config.http2.max_settings_frames_per_minute`.
+                                                 By default this is :ts:cv:`proxy.config.http2.max_priority_frames_per_minute`.
                                                  NOTE: Connection coalescing may prevent this from taking effect.
 
 http2_max_rst_stream_frames_per_minute Inbound   Specifies how many RST_STREAM frames |TS| receives per minute at maximum.
-                                                 By default this is :ts:cv:`proxy.config.http2.max_settings_frames_per_minute`.
+                                                 By default this is :ts:cv:`proxy.config.http2.max_rst_stream_frames_per_minute`.
                                                  NOTE: Connection coalescing may prevent this from taking effect.
 
 disable_h2                             Inbound   Deprecated for the more general h2 setting.  Setting disable_h2