From c511214a11baf6c8382db0d55c684da9532f2ad1 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Tue, 4 Apr 2023 17:54:55 -0500 Subject: [PATCH] Remove some old domains --- conf.d/brainman.org | 10 ---------- conf.d/lhci.bbaovanc.com | 10 ---------- 2 files changed, 20 deletions(-) delete mode 100644 conf.d/brainman.org delete mode 100644 conf.d/lhci.bbaovanc.com 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 -}