Repository: trafficserver Updated Branches: refs/heads/master e99d23d8c -> a262eb619
[TS-2682]: Update plugin docs for per-remap support Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a262eb61 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a262eb61 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a262eb61 Branch: refs/heads/master Commit: a262eb6190d88f9b904bcbc687e033ae0d312fef Parents: e99d23d Author: Sudheer Vinukonda <[email protected]> Authored: Thu Oct 30 23:12:38 2014 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Thu Oct 30 23:12:38 2014 +0000 ---------------------------------------------------------------------- doc/reference/plugins/background_fetch.en.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a262eb61/doc/reference/plugins/background_fetch.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/plugins/background_fetch.en.rst b/doc/reference/plugins/background_fetch.en.rst index 8465045..71009a4 100644 --- a/doc/reference/plugins/background_fetch.en.rst +++ b/doc/reference/plugins/background_fetch.en.rst @@ -74,14 +74,13 @@ Client-Ip 127.0.0.1 User-Agent ABCDEF Content-Type text +The plugin also now supports per remap activation. To activate the plugin for +a given remap, add the below on the remap line: + +@plugin=background_fetch.so @pparam=<relative-path-to-install-dir/config-file> Future additions ---------------- -The infrastructure is in place for providing global and per-remap -configurations. This could include: - - Limiting the background fetches to content of certain sizes - -None of this is currently not implemented.
