From f8f872de9d142bd7a78165d4b3ee529a84530082 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 10 Apr 2025 14:33:00 -0400 Subject: [PATCH] feat: Renames pocket id host in proxy. --- config/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Caddyfile b/config/Caddyfile index a78a072..f84728f 100644 --- a/config/Caddyfile +++ b/config/Caddyfile @@ -77,7 +77,7 @@ housh.dev { reverse_proxy docs:80 } - @pocket_id host pocket-id.housh.dev + @pocket_id host id.housh.dev handle @pocket_id { reverse_proxy pocket-id:80 }