pagure: drop websites rule for old DDoS

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-07-31 12:04:12 -07:00
parent 0e3f7c5778
commit 415f621bdf

View file

@ -127,11 +127,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
{% endif %} {% endif %}
</Location> </Location>
# Drop distributed web hits
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/fedora-web/websites$
RewriteRule .* - [F]
<Location /apache-status> <Location /apache-status>
SetHandler server-status SetHandler server-status
<RequireAny> <RequireAny>