| App-Hachero documentation | view source | Contained in the App-Hachero distribution. |
App::Hachero::Plugin::Filter::URI - includes/excludes requests in specified uri
---
plugins:
- module: Filter::URI
config:
- exclude: all
- include:
path: !!perl/regexp (?-xism:^/some/path)
- exclude:
query_form:
ref: rss
excludes requests in specified time.
Nobuo Danjou <nobuo.danjou@gmail.com>
| App-Hachero documentation | view source | Contained in the App-Hachero distribution. |