From 8545a952378c2811e323c26b95ba3f98f7574116 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sun, 25 Dec 2022 16:26:49 +0900 Subject: [PATCH] =?UTF-8?q?read.keiu.net=20=E2=86=92=20radiation.fogtype.c?= =?UTF-8?q?om?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/caddy/Caddyfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/caddy/Caddyfile b/etc/caddy/Caddyfile index 766060c..1f3cbc9 100644 --- a/etc/caddy/Caddyfile +++ b/etc/caddy/Caddyfile @@ -1,6 +1,9 @@ keiu.net, www.keiu.net { redir https://fogtype.com{uri} 308 } +read.keiu.net { + redir https://radiation.fogtype.com{uri} 308 +} fogtype.com { reverse_proxy http://gts:8080 }