diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index db86d2a..7a180f8 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -402,7 +402,7 @@ filter = "traefik-botsearch"; settings = { port = "80,443"; - logpath = [ "/var/log/traefik/access.log" ]; + logpath = "/var/log/traefik/access.log"; maxretry = 2; bantime = "2h"; };