Disable file provider for TLS certificates in Traefik configuration
This commit is contained in:
parent
140d305a76
commit
45ec1b2bdc
1 changed files with 5 additions and 5 deletions
|
|
@ -166,11 +166,11 @@ in {
|
||||||
format = "json";
|
format = "json";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable file provider for TLS certificates
|
# Enable file provider for TLS certificates - This needs to re-watched to determine if we should add entries here or there
|
||||||
providers.file = {
|
#providers.file = {
|
||||||
directory = "${config.services.traefik.dataDir}/conf";
|
# directory = "${config.services.traefik.dataDir}/conf";
|
||||||
watch = true;
|
# watch = true;
|
||||||
};
|
#};
|
||||||
|
|
||||||
api.dashboard = true;
|
api.dashboard = true;
|
||||||
# Access the Traefik dashboard on <Traefik IP>:8080 of your server
|
# Access the Traefik dashboard on <Traefik IP>:8080 of your server
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue