diff --git a/conf.d/bin.boba.best b/conf.d/bin.boba.best new file mode 100644 index 0000000..0185196 --- /dev/null +++ b/conf.d/bin.boba.best @@ -0,0 +1,11 @@ +# vim: ft=caddyfile + +bin.boba.best { + encode zstd gzip + header Strict-Transport-Security max-age=31536000 + + root * /var/www/bin.boba.best + php_fastcgi unix//run/php/php-fpm.sock + file_server + import basicerrors +}