From 9ef8319d8317558c3d5b991bf571fc0be197da7b Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Thu, 31 Jul 2025 16:02:42 +0100 Subject: [PATCH] Updated Caddyfile.example to clarify ActivityPub requirement (#37) - ActivityPub only requires this redirect if you are using a www domain --- caddy/Caddyfile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/caddy/Caddyfile.example b/caddy/Caddyfile.example index 643e49c..17b6e02 100644 --- a/caddy/Caddyfile.example +++ b/caddy/Caddyfile.example @@ -53,7 +53,7 @@ # Redirect root -> www domain # To redirect the non-www variant of your domain to the www variant uncomment the 4 lines below and change CHANGE_ME to your root domain # Note: You must have DNS setup correctly for both domains for this to work -# If you want to use ActivityPub you _must_ enable this redirect +# When using ActivityPub with a www. domain, you must enable this redirect for ActivityPub to work correctly # CHANGE_ME { # import snippets/Logging # redir https://{$DOMAIN}{uri}