13 lines
208 B
Plaintext
13 lines
208 B
Plaintext
# vim: ft=caddyfile
|
|
|
|
bin.boba.best {
|
|
encode zstd gzip
|
|
import hsts
|
|
import log
|
|
|
|
root * /var/www/bin.boba.best
|
|
php_fastcgi unix//run/php/php-fpm.sock
|
|
file_server
|
|
import basicerrors
|
|
}
|