Typo in traefik config

This commit is contained in:
Evie Litherland-Smith 2023-05-26 08:57:51 +01:00
parent de765ea1f7
commit ed53502cc3

View file

@ -8,6 +8,6 @@
middlewares = ["auth"];
tls = {certResolver = "default";};
};
services.syncthing-webinterface.loadBalander.servers = [{url = "http://localhost:8384";}];
services.syncthing-webinterface.loadBalancer.servers = [{url = "http://localhost:8384";}];
};
}