freebsd-ports/net/traefik/files/patch-traefik.sample.yml
Thomas Zander adc5cfd469 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.
2020-10-24 10:50:25 +00:00

31 lines
531 B
YAML

--- 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
#