From 5ec08910cee0147e73af0bfb84f7e32d289d7589 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 4 Sep 2021 16:29:40 -0500 Subject: [PATCH] Add bin.boba.best --- conf.d/bin.boba.best | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 conf.d/bin.boba.best 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 +}