diff --git a/roles/pagure/templates/0_pagure.conf b/roles/pagure/templates/0_pagure.conf index 8141188803..1abbac28bf 100644 --- a/roles/pagure/templates/0_pagure.conf +++ b/roles/pagure/templates/0_pagure.conf @@ -191,6 +191,10 @@ MaxConnectionsPerChild 1000 RewriteCond %{REQUEST_URI} ^/fork/.*/koji/.*$ RewriteRule .* - [F] + RewriteCond %{REQUEST_URI} ^/fork/.*/fedora-infra/.*$ + RewriteRule .* - [F] + + # Spiders-gone-wild # These spiders may not follow robots.txt and will # hit admin sections which consume large amounts of CPU