From 024579aefedb2633e84c8b5d5f25a291dbfae0a6 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 23 May 2022 02:51:06 -0500 Subject: [PATCH] Clean up some old domains --- conf.d/brainman.org | 9 +-------- conf.d/commento.bbaovanc.com | 10 ---------- conf.d/media.bbaovanc.com | 12 ------------ conf.d/remark.bbaovanc.com | 12 ------------ conf.d/rick.bbaovanc.com | 8 -------- 5 files changed, 1 insertion(+), 50 deletions(-) delete mode 100644 conf.d/commento.bbaovanc.com delete mode 100644 conf.d/media.bbaovanc.com delete mode 100644 conf.d/remark.bbaovanc.com delete mode 100644 conf.d/rick.bbaovanc.com diff --git a/conf.d/brainman.org b/conf.d/brainman.org index 0f59775..afe45e3 100644 --- a/conf.d/brainman.org +++ b/conf.d/brainman.org @@ -5,13 +5,6 @@ www.brainman.org { } brainman.org { - import hsts - - header Cache-Control no-cache - root * /var/www/brainman.org/public - file_server { - precompressed br gzip - } - + respond "Hello old server" import basicerrors } diff --git a/conf.d/commento.bbaovanc.com b/conf.d/commento.bbaovanc.com deleted file mode 100644 index 81a417c..0000000 --- a/conf.d/commento.bbaovanc.com +++ /dev/null @@ -1,10 +0,0 @@ -# vim: ft=caddyfile - -commento.bbaovanc.com { - encode zstd gzip - import hsts - - reverse_proxy localhost:83 - - import basicerrors -} diff --git a/conf.d/media.bbaovanc.com b/conf.d/media.bbaovanc.com deleted file mode 100644 index d0310e5..0000000 --- a/conf.d/media.bbaovanc.com +++ /dev/null @@ -1,12 +0,0 @@ -# vim: ft=caddyfile - -media.bbaovanc.com { - encode zstd gzip - import hsts - - root * /var/www/media.bbaovanc.com - file_server { - browse - } - import basicerrors -} diff --git a/conf.d/remark.bbaovanc.com b/conf.d/remark.bbaovanc.com deleted file mode 100644 index a0a5655..0000000 --- a/conf.d/remark.bbaovanc.com +++ /dev/null @@ -1,12 +0,0 @@ -# vim: ft=caddyfile - -remark.bbaovanc.com { - encode zstd gzip - import hsts - - reverse_proxy localhost:82 { - header_up X-Real-IP {remote_host} - } - - import basicerrors -} diff --git a/conf.d/rick.bbaovanc.com b/conf.d/rick.bbaovanc.com deleted file mode 100644 index 8f5e54c..0000000 --- a/conf.d/rick.bbaovanc.com +++ /dev/null @@ -1,8 +0,0 @@ -# vim: ft=caddyfile - -rick.bbaovanc.com, rick.boba.best { - encode zstd gzip - import hsts - redir https://www.youtube.com/watch?v=dQw4w9WgXcQ temporary - import basicerrors -}