1
0
Fork 0

Merge remote-tracking branch 'upstream/v2.2' into mrg-current-v2.2

This commit is contained in:
jb doumenjou 2020-07-10 10:46:11 +02:00
commit 73ca7ad0c1
156 changed files with 1768 additions and 892 deletions

View file

@ -22,7 +22,7 @@
[http.routers]
[http.routers.router1]
rule = "Host(`127.0.0.1`)"
rule = "Host(`localhost`)"
service = "service1"
[http.routers.router1.tls]

View file

@ -19,7 +19,7 @@
[http.routers]
[http.routers.router1]
rule = "Host(`127.0.0.1`)"
rule = "Host(`localhost`)"
service = "service1"
[http.routers.router1.tls]

View file

@ -22,7 +22,7 @@
[http.routers]
[http.routers.router1]
rule = "Host(`127.0.0.1`)"
rule = "Host(`localhost`)"
service = "service1"
[http.routers.router1.tls]

View file

@ -22,7 +22,7 @@
[http.routers]
[http.routers.router1]
rule = "Host(`127.0.0.1`)"
rule = "Host(`localhost`)"
service = "service1"
middlewares = ["retryer"]
[http.routers.router1.tls]

View file

@ -2,6 +2,9 @@
checkNewVersion = false
sendAnonymousUsage = false
[api]
insecure = true
[log]
level = "DEBUG"
@ -24,6 +27,11 @@
rule = "Host(`test2.localhost`)"
service = "service1"
[http.routers.router3]
rule = "Host(`internal.localhost`)"
middlewares = ["secure"]
service = "api@internal"
[http.middlewares]
[http.middlewares.secure.headers]
featurePolicy = "vibrate 'none';"