You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/08/27 17:52:03 UTC

[trafficserver] branch master updated: Doc: Remove deprecated configs from examples of traffic_ctl

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

bcall 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 febc565  Doc: Remove deprecated configs from examples of traffic_ctl
febc565 is described below

commit febc565fe72ba202b26fb8c75fc28cf7e4b95e9c
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Mon Aug 27 10:01:41 2018 +0900

    Doc: Remove deprecated configs from examples of traffic_ctl
---
 doc/appendices/command-line/traffic_ctl.en.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/appendices/command-line/traffic_ctl.en.rst b/doc/appendices/command-line/traffic_ctl.en.rst
index 0719e9c..5f28aa0 100644
--- a/doc/appendices/command-line/traffic_ctl.en.rst
+++ b/doc/appendices/command-line/traffic_ctl.en.rst
@@ -279,10 +279,10 @@ traffic_ctl host
 Examples
 ========
 
-Configure Traffic Server to log in Squid format::
+Configure Traffic Server to insert ``Via`` header in the response to
+the client::
 
-    $ traffic_ctl config set proxy.config.log.squid_log_enabled 1
-    $ traffic_ctl config set proxy.config.log.squid_log_is_ascii 1
+    $ traffic_ctl config set proxy.config.http.insert_response_via_str 1
     $ traffic_ctl config reload
 
 See also