Repository: trafficserver Updated Branches: refs/heads/master 5f251bdf2 -> 90e785e87
TS-4030: Add docs for new 'qstring' param in parent.config Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/90e785e8 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/90e785e8 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/90e785e8 Branch: refs/heads/master Commit: 90e785e87fd7afdfe790c22833f661dd582c5434 Parents: 5f251bd Author: Phil Sorber <[email protected]> Authored: Mon Dec 14 13:23:51 2015 -0700 Committer: Phil Sorber <[email protected]> Committed: Mon Dec 14 13:23:51 2015 -0700 ---------------------------------------------------------------------- doc/admin-guide/files/parent.config.en.rst | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/90e785e8/doc/admin-guide/files/parent.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin-guide/files/parent.config.en.rst b/doc/admin-guide/files/parent.config.en.rst index 9578713..ecd1ad2 100644 --- a/doc/admin-guide/files/parent.config.en.rst +++ b/doc/admin-guide/files/parent.config.en.rst @@ -156,6 +156,14 @@ The following list shows the possible actions and their allowed values. the origin server. - ``false`` - requests do not bypass parent hierarchies. +.. _parent-config-format-qstring: + +``qstring`` + One of the following values: + + - ``consider`` - Use the query string when finding a parent. + - ``ignore`` - Do not consider the query string when finding a parent. + Examples ========
