File tree 1 file changed +11
-14
lines changed
1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -32,25 +32,22 @@ http:
32
32
loadBalancer :
33
33
servers :
34
34
- url : " http://nas.example.com:5000"
35
- # [http.routers]
36
- # [http.routers.https-redirect]
37
- # entryPoints = ["http"]
38
- # rule = "HostRegexp(`{any:.*}`)"
39
- # middlewares = ["https-redirect"]
40
- # service = "noop"
35
+
41
36
routers :
42
- routers :
43
- https-redirect :
44
- entryPoints :
45
- - http
46
- rule : " HostRegexp(`{any:.*}`) "
47
- middlewares : [ "https-redirect"]
48
- service : dummy
37
+ https-redirect :
38
+ entryPoints :
39
+ - http
40
+ rule : " HostRegexp(`{any:.*}`) "
41
+ middlewares :
42
+ - " https-redirect"
43
+ service : dummy
49
44
dashboard :
50
45
entryPoints :
51
46
- https
52
47
service : api@internal
53
- middlewares : ["basic-auth", "https-redirect"]
48
+ middlewares :
49
+ - " basic-auth"
50
+ # - "https-redirect"
54
51
rule : " Host(`admin.example.com`)"
55
52
tls : {}
56
53
dsphoto :
You can’t perform that action at this time.
0 commit comments