forked from infra/ansible
Revert "koji: re-block some koji endpoints due to scrapers"
This reverts commit ffbcb36d91.
We no longer need this after the blocking of that abusive ASN.
This commit is contained in:
parent
27a81038b9
commit
1b938e0c7a
1 changed files with 8 additions and 8 deletions
|
|
@ -8,17 +8,17 @@ TimeOut 10800
|
|||
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/koji/fileinfo$
|
||||
RewriteRule .* - [F]
|
||||
#RewriteCond %{REQUEST_URI} ^/koji/fileinfo$
|
||||
#RewriteRule .* - [F]
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/koji/buildrootinfo$
|
||||
RewriteRule .* - [F]
|
||||
#RewriteCond %{REQUEST_URI} ^/koji/buildrootinfo$
|
||||
#RewriteRule .* - [F]
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/koji/buildroots.*$
|
||||
RewriteRule .* - [F]
|
||||
#RewriteCond %{REQUEST_URI} ^/koji/buildroots.*$
|
||||
#RewriteRule .* - [F]
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/koji/rpminfo.*$
|
||||
RewriteRule .* - [F]
|
||||
#RewriteCond %{REQUEST_URI} ^/koji/rpminfo.*$
|
||||
#RewriteRule .* - [F]
|
||||
|
||||
{% if datacenter == 'rdu3' %}
|
||||
{% include "reversepassproxy.conf-nonopenshift-rdu3" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue