aboutsummaryrefslogtreecommitdiffstats
path: root/testing/traefik/traefik.toml
diff options
context:
space:
mode:
authorJoe Holden <jwh@zorins.us>2018-12-09 02:10:11 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-12-21 15:52:37 +0000
commit774e7fcd01c362cd13f6b1200afcae6a1414e094 (patch)
tree13372bf5032b2dbf3827513120b9cd0073e75c6f /testing/traefik/traefik.toml
parent0c86e9a4d1a5f910acd0eed5838abe7a174aa8a8 (diff)
downloadaports-774e7fcd01c362cd13f6b1200afcae6a1414e094.tar.bz2
aports-774e7fcd01c362cd13f6b1200afcae6a1414e094.tar.xz
testing/traefik: new aport
Diffstat (limited to 'testing/traefik/traefik.toml')
-rw-r--r--testing/traefik/traefik.toml38
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/traefik/traefik.toml b/testing/traefik/traefik.toml
new file mode 100644
index 0000000000..daadba0af9
--- /dev/null
+++ b/testing/traefik/traefik.toml
@@ -0,0 +1,38 @@
+debug = false
+
+defaultEntryPoints = ["http", "https"]
+
+[entryPoints]
+ [entryPoints.http]
+ address = ":80"
+ [entryPoints.http.redirect]
+ entryPoint = "https"
+ [entryPoints.https]
+ address = ":443"
+ [entryPoints.https.tls]
+
+[api]
+
+[ping]
+
+#[consul]
+# endpoint = ""
+# watch = true
+
+#[consulCatalog]
+# endpoint = ""
+# domain = ""
+
+#[acme]
+# email = ""
+# storage = "traefik/acme/account"
+# entryPoint = "https"
+# onDemand = true
+# onHostRule = true
+# acmeLogging = true
+# [acme.dnsChallenge]
+# provider = "cloudflare"
+# delayBeforeCheck = 10
+
+[rest]
+ entryPoint = "traefik"