mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
13
docker/rootfs/fail2ban/jail.d/nginx-http-auth.conf
Normal file
13
docker/rootfs/fail2ban/jail.d/nginx-http-auth.conf
Normal file
@ -0,0 +1,13 @@
|
||||
## 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
|
Reference in New Issue
Block a user