Compare commits
No commits in common. "aaebd3872f128a9c49e93180096b27c0c0f7fd66" and "0efdd63427c968dcbf902582b9f3583f48bd2151" have entirely different histories.
aaebd3872f
...
0efdd63427
1 changed files with 1 additions and 4 deletions
|
@ -21,7 +21,6 @@
|
|||
|
||||
[api]
|
||||
dashboard = true
|
||||
insecure = true
|
||||
|
||||
[metrics]
|
||||
[metrics.prometheus]
|
||||
|
@ -35,8 +34,6 @@
|
|||
exposedByDefault = false
|
||||
defaultRule = "Host(`{{ normalize .Name }}.docker.localhost`)"
|
||||
|
||||
# we are loading an additional file, as some options can only be defined
|
||||
# in a 'dynamic' file config, not in this main config file.
|
||||
[providers.file]
|
||||
directory = "/etc/traefik/dynamic"
|
||||
watch = true
|
||||
|
@ -55,4 +52,4 @@
|
|||
keyFile = "cert/bitmask.me.origin.key"
|
||||
[[tls.certificates]]
|
||||
certFile = "cert/grun.host.origin.pem"
|
||||
keyFile = "cert/grun.host.origin.key"
|
||||
keyFile = "cert/grun.host.origin.key"
|
Loading…
Reference in a new issue