This commit is contained in:
Andreas Knuth 2025-02-21 17:44:44 -06:00
parent 795757320d
commit 9d4c6d283d
1 changed files with 2 additions and 30 deletions

View File

@ -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 {