forked from Ivasoft/traefik
Define TLS options on the Router configuration
Co-authored-by: juliens <julien@containo.us>
This commit is contained in:
committed by
Traefiker Bot
parent
d306c8fd50
commit
85ce16b34f
@@ -9,6 +9,7 @@
|
||||
Rule = "foobar"
|
||||
priority = 42
|
||||
[HTTP.Routers.Router0.tls]
|
||||
options = "TLS0"
|
||||
|
||||
[HTTP.Middlewares]
|
||||
|
||||
@@ -206,6 +207,7 @@
|
||||
Rule = "foobar"
|
||||
[TCP.Routers.TCPRouter0.tls]
|
||||
passthrough = true
|
||||
options = "TLS1"
|
||||
|
||||
[TCP.Services]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user