From 481f2eab4783bd92d8fe7b6c817a926dac163609 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 18 Jun 2023 00:50:04 -0500 Subject: [PATCH] Remove links.boba.best --- conf.d/links.boba.best | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 conf.d/links.boba.best diff --git a/conf.d/links.boba.best b/conf.d/links.boba.best deleted file mode 100644 index 7ffdf30..0000000 --- a/conf.d/links.boba.best +++ /dev/null @@ -1,40 +0,0 @@ -# vim: ft=caddyfile - -links.boba.best { - encode zstd gzip - import hsts - - root * /var/www/links.boba.best/public - php_fastcgi unix//run/php/php-fpm.sock - - header { - X-Frame-Options "SAMEORIGIN" - X-XSS-Protection "1; mode=block" - X-Content-Type-Options "nosniff" - } - - @assets { - path *.css - path *.js - path *.map - path *.scss - path *.jpg - path *.jpeg - path *.png - path *.avif - path *.gif - path *.mp4 - path *.woff - path *.woff2 - path *.ico - path *.svg - path *.webmanifest - } - header @assets { - Test "working" - } - - file_server - - import basicerrors -}