Revert "pagure: drop websites rule for old DDoS"
This reverts commit 415f621bdf
.
Seems the DDoS is back
This commit is contained in:
parent
81a5f3db0d
commit
12b64f5370
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue