bayarea-cc.com

This commit is contained in:
2026-04-09 17:47:27 -05:00
parent 9583290fcf
commit af7e36c244

View File

@@ -125,25 +125,22 @@ innungsapp.com {
##### BAYAREA ##### BAYAREA
############## ##############
bayarea-cc.com { bayarea-cc.com {
# TLS-Direktive entfernen, falls Cloudflare die Verbindung terminiert # 1. API Requests -> NestJS Backend auf Port 3073
# tls { handle /api/* {
# dns cloudflare {env.CLOUDFLARE_API_TOKEN} reverse_proxy host.docker.internal:3073
# } }
handle /api { # 2. Frontend Requests -> Angular Nginx auf Port 3072
reverse_proxy host.docker.internal:3001
}
handle { handle {
root * /app reverse_proxy host.docker.internal:3072
try_files {path} /index.html
file_server
} }
log { log {
output stderr output file /var/log/caddy/bayarea.access.log
format console
} }
encode gzip encode gzip zstd
} }
www.bayarea-cc.com { www.bayarea-cc.com {
redir https://bayarea-cc.com{uri} permanent redir https://bayarea-cc.com{uri} permanent
} }