summaryrefslogtreecommitdiff
path: root/net/traefik/files/patch-traefik.sample.yml
blob: 93ada7a08bc130540e4a0957c56ceeaca616167c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
   #