mirror of
https://github.com/rwinkhart/backtone.git
synced 2026-08-30 22:06:43 -04:00
Initial code commit
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user