22
0
Fork 0

nginx 401 et 403

This commit is contained in:
Benoît S. 2020-08-14 10:24:11 +02:00
parent 62eb9338bb
commit 106390b4c9
1 changed files with 42 additions and 4 deletions

View File

@ -393,6 +393,48 @@ maxretry = 300
findtime = 300
~~~
### 401
/etc/fail2ban/filter.d/nginx-401.conf :
~~~
[Definition]
failregex = <HOST> -.*"GET.*HTTP.* 401 .*
~~~
Jail :
~~~
[nginx-401-allvhosts]
enabled = true
port = http,https
filter = nginx-401
logpath = /home/*/log/access.log tail
maxretry = 30
findtime = 3600
~~~
### 403
/etc/fail2ban/filter.d/nginx-403.conf :
~~~
[Definition]
failregex = <HOST> -.*"GET.*HTTP.* 403 .*
~~~
Jail :
~~~
[nginx-403-allvhosts]
enabled = true
port = http,https
filter = nginx-403
logpath = /home/*/log/access.log tail
maxretry = 30
findtime = 3600
~~~
## webapps
### Wordpress sans plugin
@ -682,10 +724,6 @@ filter = pm2-auth-failure
logpath = /home/APPPATH/.pm2/logs/api-error.log tail
maxretry = 30
findtime = 3600
# A supprimmer une fois periode de test terminé
banaction = none
action = %(action_mailwhoisonly)s
~~~
## Munin