diff --git a/conf.d/boba.best b/conf.d/boba.best deleted file mode 100644 index 8bf4523..0000000 --- a/conf.d/boba.best +++ /dev/null @@ -1,18 +0,0 @@ -# vim: ft=caddyfile - -www.boba.best { - redir https://boba.best{uri} -} -boba.best { - import matrix-well-known - import hsts - - header Access-Control-Allow-Origin * - header Cache-Control no-cache - root * /var/www/boba.best/public - file_server { - precompressed br gzip - } - - import basicerrors -}