feat: add validated HTTPS termination profiles

This commit is contained in:
donghyeon-ka
2026-07-25 16:30:25 +09:00
parent 006b405ad5
commit e4cee2a06d
4 changed files with 78 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
auth.example.test {
tls /etc/tls/tls.crt /etc/tls/tls.key
reverse_proxy keycloak:8080 {
header_up Host {host}
header_up X-Forwarded-Host {host}
header_up X-Forwarded-Port 443
header_up X-Forwarded-Proto https
}
}