Initial commit

This commit is contained in:
2025-02-18 16:39:47 +08:00
commit 7927f9d70b
3 changed files with 50 additions and 0 deletions

16
Caddyfile Normal file
View File

@@ -0,0 +1,16 @@
{$DOMAIN} {
log {
level INFO
output file {$LOG_FILE} {
roll_size 10MB
roll_keep 10
}
}
tls {
dns cloudflare {$CF_API_TOKEN}
}
encode zstd gzip
reverse_proxy vaultwarden:80
}