mirror of https://github.com/fail2ban/fail2ban
comment rewritten (belongs to the filter)
parent
d84fb8a4b1
commit
dcede9b3f1
|
@ -888,11 +888,8 @@ backend = %(syslog_backend)s
|
||||||
port = http,https
|
port = http,https
|
||||||
logpath = %(apache_error_log)s
|
logpath = %(apache_error_log)s
|
||||||
|
|
||||||
# To use 'traefik-auth' filter you have to configure your Traefik instance to write
|
|
||||||
# the access logs as describe in https://docs.traefik.io/configuration/logs/#access-logs
|
|
||||||
# into a log file on host and specifiy users for Basic Authentication
|
|
||||||
# https://docs.traefik.io/configuration/entrypoints/#basic-authentication
|
|
||||||
# Service example in 'config/filter.d/traefik-auth.conf'
|
|
||||||
[traefik-auth]
|
[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.
|
||||||
port = http,https
|
port = http,https
|
||||||
logpath = /var/log/traefik/access.log
|
logpath = /var/log/traefik/access.log
|
||||||
|
|
Loading…
Reference in New Issue