caddy/conf.d/bin.boba.best

13 lines
208 B
Plaintext
Raw Normal View History

2021-09-04 16:29:40 -05:00
# vim: ft=caddyfile
bin.boba.best {
encode zstd gzip
2021-09-04 16:47:16 -05:00
import hsts
2021-10-30 00:06:10 -05:00
import log
2021-09-04 16:29:40 -05:00
root * /var/www/bin.boba.best
php_fastcgi unix//run/php/php-fpm.sock
file_server
import basicerrors
}