TS-2522 Update the docs with new default conf dir
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4f0b0b44 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4f0b0b44 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4f0b0b44 Branch: refs/heads/master Commit: 4f0b0b447ed76244287ae5385719fc56b3385a24 Parents: 31792d2 Author: Leif Hedstrom <[email protected]> Authored: Tue Mar 4 01:19:13 2014 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Tue Mar 4 01:19:13 2014 -0700 ---------------------------------------------------------------------- doc/reference/plugins/header_rewrite.en.rst | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4f0b0b44/doc/reference/plugins/header_rewrite.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/plugins/header_rewrite.en.rst b/doc/reference/plugins/header_rewrite.en.rst index d433b44..1df31d2 100644 --- a/doc/reference/plugins/header_rewrite.en.rst +++ b/doc/reference/plugins/header_rewrite.en.rst @@ -42,6 +42,10 @@ phase (the default) causes a transaction hook to be instantiated and used at a later time. This allows you to setup e.g. a rule that gets executed during the origin response header parsing, using READ_RESPONSE_HDR_HOOK. +Configuration filenames without an absolute paths are searched for in the +default configuration directory. This is typically where your main +configuration files are, e.g. ``/usr/local/etc/trafficserver``. + Operators ---------
