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";
|
||||
};
|
||||
|
||||
# Enable file provider for TLS certificates
|
||||
providers.file = {
|
||||
directory = "${config.services.traefik.dataDir}/conf";
|
||||
watch = true;
|
||||
};
|
||||
# Enable file provider for TLS certificates - This needs to re-watched to determine if we should add entries here or there
|
||||
#providers.file = {
|
||||
# directory = "${config.services.traefik.dataDir}/conf";
|
||||
# watch = true;
|
||||
#};
|
||||
|
||||
api.dashboard = true;
|
||||
# Access the Traefik dashboard on <Traefik IP>:8080 of your server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue