einzelne Einträge

This commit is contained in:
Andreas Knuth 2025-02-21 17:41:09 -06:00
parent eeb2a0e6b2
commit 795757320d
1 changed files with 25 additions and 1 deletions

View File

@ -14,7 +14,31 @@ www.bizmatch.net {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
} }
} }
bayarea-cc.com, www.bayarea-cc.com { www.bayarea-cc.com {
# SSL/TLS mit Cloudflare DNS Challenge
tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG
}
handle /api {
reverse_proxy host.docker.internal:3001
}
handle {
root * /app
try_files {path} /index.html
file_server
}
# Logging für Debugging
log {
output stderr
format console
}
encode gzip
}
bayarea-cc.com {
# SSL/TLS mit Cloudflare DNS Challenge # SSL/TLS mit Cloudflare DNS Challenge
tls { tls {
dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG