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