-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File Match Rule no filtering unwanted result #46
Comments
may i got the full config? |
cluster: path.data: data cookie_secret: YOUR-GOPA-SECRET allow_multi_instance: true tls_enabled: false logging.level: debug network: cluster.seeds:
modules:
plugins:
|
I want to filter out the path that end with search.asp* but no luck. May I know how to fix it with below gopa.yml?
file_match_rule:
must:
prefix: []
contain: []
suffix: []
should:
prefix: []
contain: []
suffix: []
must_not:
prefix:
- /search.asp
- search.asp
contain:
- /search.asp
- search.asp
suffix:
- /search.asp
- search.asp
The text was updated successfully, but these errors were encountered: