Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/admin-guide/plugins/header_rewrite.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,12 @@ run-plugin
This allows to run an existing remap plugin, conditionally, from within a
header rewrite rule.

.. note::
``<plugin-argument>`` is fixed when the rule is loaded (or reloaded);
it behaves the same as a plugin argument in ``remap.config``. It is
not re-evaluated per request, so variable interpolation (e.g.
``%{HEADER:bar}``) does not work here.

set-body
~~~~~~~~
::
Expand Down