forked from infra/ansible
proxies: allow POST for forge
Some folks were getting posts failing against forge. See forge/forge#401 So, lets just explicitly allow POSTs through anubis as this should be fine for normal people and should not be something that scrapers normally do. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
fefbc356f0
commit
e5d26fea60
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ bots:
|
|||
- name: bodhi and badges rss feeds
|
||||
path_regex: /rss/
|
||||
action: ALLOW
|
||||
- name: allow POSTs
|
||||
expression: method == "POST"
|
||||
action: ALLOW
|
||||
- name: allow ostree
|
||||
path_regex: ^/ostree
|
||||
action: ALLOW
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue