Repository: trafficserver Updated Branches: refs/heads/master ad7b314eb -> c86df8756
update the plugin docs with more clarification on the optional config file Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c86df875 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/c86df875 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/c86df875 Branch: refs/heads/master Commit: c86df875644026abe62d769ed411105a39ab8851 Parents: ad7b314 Author: Sudheer Vinukonda <[email protected]> Authored: Thu Oct 30 23:21:45 2014 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Thu Oct 30 23:21:45 2014 +0000 ---------------------------------------------------------------------- doc/reference/plugins/background_fetch.en.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/c86df875/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 a4dc5f8..e078d17 100644 --- a/doc/reference/plugins/background_fetch.en.rst +++ b/doc/reference/plugins/background_fetch.en.rst @@ -31,8 +31,8 @@ Using the plugin ---------------- This plugin functions as either a global or per remap plugin, and -it takes an argument for specifying a config file with exclusion -criteria. +it takes an optional argument for specifying a config file with exclusion +criteria. To activate the plugin in global mode, in :file:`plugin.config`, simply add:: @@ -43,6 +43,8 @@ below to the specific remap line:: @plugin=background_fetch.so @pparam=<relative-path-to-install-dir/config-file> +Note that the config file argument with exclusion is optional + Functionality -------------
