configure caddy for fallback/car subdomains

This commit is contained in:
2026-02-11 09:59:23 +01:00
parent 42104e9499
commit a2a481247a
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
fallback.{$SUBDOMAIN}.{$DOMAIN} {
log {
output file /var/log/fallback.log
}
basic_auth {
fallback $2a$14$wkLw6p3maDq3NmN2Xauf/.Kbxkn6O4DHaLbFechcSC0tAPtyTIEAq
}
reverse_proxy host:8000
}