From eb25a46304e59b16e291fb8df71d6e671a9db4fd Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Sun, 30 Aug 2026 11:13:36 +0800 Subject: Fix example Apache2 config to point to correct urls --- doc/snac.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/snac.8 b/doc/snac.8 index 5698ce1..96bb678 100644 --- a/doc/snac.8 +++ b/doc/snac.8 @@ -869,7 +869,7 @@ ProxyPreserveHost On # Main web access point - ProxyPass http://127.0.0.1:8001/social + ProxyPass http://127.0.0.1:8001/fedi # WebFinger @@ -908,7 +908,7 @@ ProxyPreserveHost On # optional (Mastodon-like "authorize interaction" entrypoint) - ProxyPass http://127.0.0.1:8001/share + ProxyPass http://127.0.0.1:8001/authorize_interaction .Ed .Pp -- cgit