"feat: Integrate Caddy as reverse proxy for frontend"
This commit is contained in:
@@ -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*
|
||||
|
Reference in New Issue
Block a user