fix: http-botsearch logpath must be string, not list

This commit is contained in:
2026-05-01 04:02:06 +00:00
parent 260b2d2756
commit 0370d784a0

View File

@@ -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";
};