Revert "pagure: drop websites rule for old DDoS"

This reverts commit 415f621bdf.

Seems the DDoS is back
This commit is contained in:
Kevin Fenzi 2022-08-18 08:53:45 -07:00
parent 81a5f3db0d
commit 12b64f5370

View file

@ -129,6 +129,11 @@ MaxConnectionsPerChild 1000
{% endif %}
</Location>
# Drop distributed web hits
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/fedora-web/websites$
RewriteRule .* - [F]
<Location /apache-status>
SetHandler server-status
<RequireAny>