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:
12
docker/rootfs/fail2ban/jail.d/haproxy-http-auth.conf
Normal file
12
docker/rootfs/fail2ban/jail.d/haproxy-http-auth.conf
Normal file
@ -0,0 +1,12 @@
|
||||
## Version 2022/08/06
|
||||
# Fail2Ban jail configuration for haproxy-http-auth
|
||||
|
||||
# HAProxy by default doesn't log to file you'll need to set it up to forward
|
||||
# logs to a syslog server which would then write them to disk.
|
||||
# See "haproxy-http-auth" filter for a brief cautionary note when setting
|
||||
|
||||
[haproxy-http-auth]
|
||||
|
||||
enabled = false
|
||||
port = http,https
|
||||
logpath = %(logs_path)s/haproxy.log
|
Reference in New Issue
Block a user