fix: http-botsearch logpath must be string, not list
This commit is contained in:
@@ -402,7 +402,7 @@
|
|||||||
filter = "traefik-botsearch";
|
filter = "traefik-botsearch";
|
||||||
settings = {
|
settings = {
|
||||||
port = "80,443";
|
port = "80,443";
|
||||||
logpath = [ "/var/log/traefik/access.log" ];
|
logpath = "/var/log/traefik/access.log";
|
||||||
maxretry = 2;
|
maxretry = 2;
|
||||||
bantime = "2h";
|
bantime = "2h";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user