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:
11
docker/rootfs/fail2ban/jail.d/traefik-auth.conf
Normal file
11
docker/rootfs/fail2ban/jail.d/traefik-auth.conf
Normal file
@ -0,0 +1,11 @@
|
||||
## Version 2022/08/06
|
||||
# Fail2Ban jail configuration for traefik-auth
|
||||
|
||||
# to use 'traefik-auth' filter you have to configure your Traefik instance,
|
||||
# see `filter.d/traefik-auth.conf` for details and service example.
|
||||
|
||||
[traefik-auth]
|
||||
|
||||
enabled = false
|
||||
port = http,https
|
||||
logpath = %(logs_path)s/traefik/access.log
|
Reference in New Issue
Block a user