mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
14 lines
434 B
Plaintext
14 lines
434 B
Plaintext
## Version 2022/08/06
|
|
# Fail2Ban jail configuration for nginx-http-auth
|
|
|
|
# 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]
|
|
|
|
enabled = false
|
|
port = http,https
|
|
logpath = %(nginx_error_log)s
|
|
# mode = normal
|