"feat: Integrate Caddy as reverse proxy for frontend"

This commit is contained in:
2025-05-26 08:09:47 +02:00
parent 49faea0a73
commit 5c930ebbfe
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
# Produktionsumgebung - Spezifischer Hostname für Mercedes-Benz Werk 040 Berlin
m040tbaraspi001.de040.corpintra.net {
# TLS mit selbstsignierten Zertifikaten für die Produktionsumgebung
tls internal {
tls /etc/caddy/ssl/frontend.crt /etc/caddy/ssl/frontend.key {
protocols tls1.2 tls1.3
}
@@ -85,7 +85,7 @@ localhost, 127.0.0.1 {
}
# TLS für lokale Entwicklung
tls internal
tls /etc/caddy/ssl/frontend.crt /etc/caddy/ssl/frontend.key
# OAuth Callbacks für Entwicklung
@oauth path /auth/login/callback*