proxies / koji: block buildroot and rpminfo for now as scrapers are beating things up on them
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
bcd821a69f
commit
b1c844e6d3
1 changed files with 6 additions and 0 deletions
|
@ -14,4 +14,10 @@ RewriteRule .* - [F]
|
|||
RewriteCond %{REQUEST_URI} ^/koji/buildrootinfo$
|
||||
RewriteRule .* - [F]
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/koji/buildroots.*$
|
||||
RewriteRule .* - [F]
|
||||
|
||||
RewriteCond %{REQUEST_URI} ^/koji/rpminfo.*$
|
||||
RewriteRule .* - [F]
|
||||
|
||||
{% include "reversepassproxy.conf-nonopenshift-iad2" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue