mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-21 17:04:33 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
10
docker/rootfs/fail2ban/jail.d/nginx-418.conf
Normal file
10
docker/rootfs/fail2ban/jail.d/nginx-418.conf
Normal file
@ -0,0 +1,10 @@
|
||||
## Version 2022/08/06
|
||||
# Fail2Ban jail configuration for nginx 418
|
||||
# Works OOTB with defaults
|
||||
|
||||
[nginx-418]
|
||||
|
||||
enabled = false
|
||||
port = http,https
|
||||
logpath = %(nginx_access_log)s
|
||||
maxretry = 10
|
Reference in New Issue
Block a user