forked from infra/ansible
anubis-el: also allow POST on pagure
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c4c58299c2
commit
dec53be8f0
1 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,9 @@ bots:
|
|||
weight:
|
||||
adjust: 20
|
||||
path_regex: ^/fork/
|
||||
- name: allow POSTs
|
||||
expression: method == "POST"
|
||||
action: ALLOW
|
||||
- name: cloudfront
|
||||
user_agent_regex: ".*CloudFront.*"
|
||||
action: ALLOW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue