aboutsummaryrefslogtreecommitdiffstats
path: root/testing/traefik/traefik.toml
diff options
context:
space:
mode:
Diffstat (limited to 'testing/traefik/traefik.toml')
-rw-r--r--testing/traefik/traefik.toml30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/traefik/traefik.toml b/testing/traefik/traefik.toml
deleted file mode 100644
index 3b2470b6beb..00000000000
--- a/testing/traefik/traefik.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-[global]
- checkNewVersion = true
- sendAnonymousUsage = true
-
-[log]
- level = "INFO"
-
-[entryPoints]
- [entryPoints.http]
- address = ":80"
- [entryPoints.https]
- address = ":443"
- [entryPoints.traefik]
- address = "localhost:8080"
-
-[api]
- insecure = true
- dashboard = true
-
-[pilot]
- dashboard = false
-
-[ping]
-
-#[certificatesResolvers.sample.acme]
-# email = ""
-# storage = "traefik/acme/account"
-# [certificatesResolvers.sample.acme.dnsChallenge]
-# provider = "cloudflare"
-# delayBeforeCheck = 10