mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
add mode explanation to nginx-http-auth in jail.conf
This commit is contained in:
parent
d0ba27cf46
commit
cecc3d62ff
1 changed files with 4 additions and 1 deletions
|
|
@ -375,8 +375,11 @@ banaction = %(banaction_allports)s
|
|||
logpath = /opt/openhab/logs/request.log
|
||||
|
||||
|
||||
# To use more aggressive http-auth modes set filter parameter "mode" in jail.local:
|
||||
# normal (default), aggressive (combines all), auth or fallback
|
||||
# See "tests/files/logs/nginx-http-auth" or "filter.d/nginx-http-auth.conf" for usage example and details.
|
||||
[nginx-http-auth]
|
||||
|
||||
# mode = normal
|
||||
port = http,https
|
||||
logpath = %(nginx_error_log)s
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue