1
0
Fork 0

enable cockpit

This commit is contained in:
Pratham Patel 2022-07-24 09:47:03 +05:30
parent 42229828b4
commit 10cba2ffb8
2 changed files with 17 additions and 0 deletions

View File

@ -52,3 +52,17 @@ storage.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://cloud.thefossguy.com{uri}
}
admin.thefossguy.com {
reverse_proxy https://10.0.0.19:9090 {
transport http {
tls_insecure_skip_verify
}
}
}
cockpit.thefossguy.com {
tls /etc/ssl/certs/certificate.pem /etc/ssl/private/key.pem
redir https://admin.thefossguy.com{uri}
}

3
cockpit.conf Normal file
View File

@ -0,0 +1,3 @@
[WebService]
Origins = https://admin.thefossguy.com wss://admin.thefossguy.com
ProtocolHeader = X-Forwarded-Proto