Repository: trafficserver
Updated Branches:
  refs/heads/master 48c23ec74 -> 1d860f66f


TS-4120: proxy.config.http.response_server_str default value includes version

This closes #412.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9b15e3d8
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9b15e3d8
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/9b15e3d8

Branch: refs/heads/master
Commit: 9b15e3d8aae3b890928765c23247bcd96d4332c2
Parents: 48c23ec
Author: Hiroaki Nakamura <hnaka...@gmail.com>
Authored: Mon Jan 11 12:56:25 2016 +0900
Committer: James Peach <jpe...@apache.org>
Committed: Tue Jan 12 17:15:59 2016 -0800

----------------------------------------------------------------------
 doc/admin-guide/files/records.config.en.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/9b15e3d8/doc/admin-guide/files/records.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin-guide/files/records.config.en.rst 
b/doc/admin-guide/files/records.config.en.rst
index 3109b3d..8d980b5 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -732,12 +732,11 @@ Value Effect
    -  ``0`` no ``Age`` header is added
    -  ``1`` the ``Age`` header is added
 
-.. ts:cv:: CONFIG proxy.config.http.response_server_str STRING ATS/
+.. ts:cv:: CONFIG proxy.config.http.response_server_str STRING 
ATS/${PACKAGE_VERSION}
    :reloadable:
    :overridable:
 
-   The Server: string that ATS will insert in a response header (if requested, 
see above). Note that the current version number is
-   always appended to this string.
+   The Server: string that ATS will insert in a response header (if requested, 
see above). Note that the actual default value is defined with ``"ATS/" 
PACKAGE_VERSION`` in a C++ source code, and you must write such as 
``ATS/6.0.0`` if you really set a value with the version in 
:file:`records.config` file. If you want to hide the version, you can set this 
value to ``ATS``.
 
 .. ts:cv:: CONFIG proxy.config.http.enable_url_expandomatic INT 0
    :reloadable:

Reply via email to