|
|
|
|
@ -8,17 +8,17 @@
@@ -8,17 +8,17 @@
|
|
|
|
|
[tls.options.default] |
|
|
|
|
minVersion = "VersionTLS12" |
|
|
|
|
|
|
|
|
|
#[http.services] |
|
|
|
|
# [http.services.cockpit.loadBalancer] |
|
|
|
|
# [[http.services.cockpit.loadBalancer.servers]] |
|
|
|
|
# url = "http://10.2.3.1:9090" |
|
|
|
|
[http.services] |
|
|
|
|
[http.services.cockpit.loadBalancer] |
|
|
|
|
[[http.services.cockpit.loadBalancer.servers]] |
|
|
|
|
url = "http://127.0.0.1:9090" |
|
|
|
|
|
|
|
|
|
#[http.routers] |
|
|
|
|
# [http.routers.cockpit] |
|
|
|
|
# rule = "Host(`cockpit.mistborn`)" |
|
|
|
|
# service = "cockpit" |
|
|
|
|
# entrypoints = ["web", "websecure"] |
|
|
|
|
# middlewares = ["mistborn_auth"] |
|
|
|
|
[http.routers] |
|
|
|
|
[http.routers.cockpit] |
|
|
|
|
rule = "Host(`cockpit.mistborn`)" |
|
|
|
|
service = "cockpit" |
|
|
|
|
entrypoints = ["web", "websecure"] |
|
|
|
|
middlewares = ["mistborn_auth"] |
|
|
|
|
|
|
|
|
|
#[http.middlewares] |
|
|
|
|
# [http.middlewares.mistborn_auth.forwardAuth] |
|
|
|
|
|