summaryrefslogtreecommitdiff
path: root/net/traefik/files/patch-traefik.sample.yml
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2020-10-24 10:50:25 +0000
committerThomas Zander <riggs@FreeBSD.org>2020-10-24 10:50:25 +0000
commitadc5cfd46999e9a6d4d63740aa20791a548d1158 (patch)
treef264673a90590741d28a55e9fa050b06832bf14e /net/traefik/files/patch-traefik.sample.yml
parenttextproc/groonga: Update version 10.0.6=>10.0.7 (diff)
Update to upstream release 2.3.2
Details: - Bug- and doc fixes, see: https://github.com/traefik/traefik/releases/tag/v2.3.2 - Update port note for maintainers (vendoring for traefik). - Ship example yml config as well for users who prefer yaml over toml.
Notes
Notes: svn path=/head/; revision=553180
Diffstat (limited to 'net/traefik/files/patch-traefik.sample.yml')
-rw-r--r--net/traefik/files/patch-traefik.sample.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/net/traefik/files/patch-traefik.sample.yml b/net/traefik/files/patch-traefik.sample.yml
new file mode 100644
index 000000000000..93ada7a08bc1
--- /dev/null
+++ b/net/traefik/files/patch-traefik.sample.yml
@@ -0,0 +1,31 @@
+--- traefik.sample.yml.orig 2020-10-19 18:27:54 UTC
++++ traefik.sample.yml
+@@ -23,10 +23,10 @@ global:
+ #
+ entryPoints:
+ web:
+- address: :80
++ address: :8088
+
+ websecure:
+- address: :443
++ address: :8443
+
+ ################################################################
+ # Traefik logs configuration
+@@ -94,13 +94,13 @@ entryPoints:
+ #
+ # Optional
+ #
+-#api:
++api:
+ # Enable the API in insecure mode
+ #
+ # Optional
+ # Default: false
+ #
+-# insecure: true
++ insecure: true
+
+ # Enabled Dashboard
+ #