From 9d4c6d283de50e96fa88580cc1746bc225266998 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Fri, 21 Feb 2025 17:44:44 -0600 Subject: [PATCH] v2 --- caddy/Caddyfile | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 6ae8d12..95d8a08 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -14,52 +14,24 @@ www.bizmatch.net { dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG } } -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 tls { - dns cloudflare q1P7J3uqS96FGj_iiX2mI8y1ulTaIFrTp8tyTXhG + dns cloudflare abc + subjects bayarea-cc.com www.bayarea-cc.com } - 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 } auth.bizmatch.net {