Compare commits

..

3 commits

Author SHA1 Message Date
aaebd3872f Merge branch 'master' of https://git.zom.bi/zombi/proxy 2021-08-02 14:24:23 +02:00
1c69a41d61 Let Traefik only support TLS12 and TLS13 2020-11-06 02:16:02 +01:00
a521b213a9 bump traefik version 2020-09-05 06:30:42 +02:00

View file

@ -21,6 +21,7 @@
[api]
dashboard = true
insecure = true
[metrics]
[metrics.prometheus]
@ -34,6 +35,8 @@
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
@ -52,4 +55,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"