Fix cockpit instance
This commit is contained in:
@@ -5,6 +5,7 @@ http:
|
||||
entryPoints: https
|
||||
middlewares:
|
||||
- force-trailing-slash
|
||||
- drop-xforwarded-proto
|
||||
service: cockpit
|
||||
tls:
|
||||
certresolver: wildcard
|
||||
@@ -14,9 +15,18 @@ http:
|
||||
stripPrefix:
|
||||
prefixes:
|
||||
- "/cockpit"
|
||||
drop-xforwarded-proto:
|
||||
headers:
|
||||
customrequestheaders:
|
||||
X-Forwarded-Proto: ""
|
||||
|
||||
services:
|
||||
cockpit:
|
||||
loadBalancer:
|
||||
serversTransport: nocertverify
|
||||
servers:
|
||||
- url: "http://127.0.0.1:9090"
|
||||
- url: "https://{{ vault_domain }}:9090"
|
||||
|
||||
serversTransports:
|
||||
nocertverify:
|
||||
insecureSkipVerify: true
|
||||
Reference in New Issue
Block a user