pagure: add hack to 403 DDoS attack
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
9399fbb4f0
commit
45c28c27c5
1 changed files with 6 additions and 0 deletions
|
@ -123,6 +123,12 @@ 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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue