Initial code commit

This commit is contained in:
2026-01-04 05:37:43 -05:00
parent 0af7ac5c9e
commit 7a4ef87470
11 changed files with 306 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
backtone.example.com {
tls {
protocols tls1.3
}
log {
output file /tmp/caddy-backtone.log {
roll_size 2MiB
roll_keep 3
roll_keep_for 24h
}
level INFO
}
root * /path/to/feeds/directory
encode gzip
file_server
php_fastcgi 127.0.0.1:9000
}