diff --git a/conf.d/brainman.org b/conf.d/brainman.org deleted file mode 100644 index afe45e3..0000000 --- a/conf.d/brainman.org +++ /dev/null @@ -1,10 +0,0 @@ -# vim: ft=caddyfile - -www.brainman.org { - redir https://brainman.org{uri} -} - -brainman.org { - respond "Hello old server" - import basicerrors -} diff --git a/conf.d/lhci.bbaovanc.com b/conf.d/lhci.bbaovanc.com deleted file mode 100644 index 2093fe2..0000000 --- a/conf.d/lhci.bbaovanc.com +++ /dev/null @@ -1,10 +0,0 @@ -# vim: ft=caddyfile - -lhci.bbaovanc.com { - encode zstd gzip - import hsts - - reverse_proxy localhost:87 - - import basicerrors -}