Typo in traefik config
This commit is contained in:
parent
de765ea1f7
commit
ed53502cc3
|
@ -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";}];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue