aboutsummaryrefslogtreecommitdiff
path: root/doc/snac.8
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2026-09-02 19:50:00 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2026-09-02 19:50:00 +0200
commita676bd58a875383b072293976e521ba7af8f34e8 (patch)
tree43920e9b611bb1a4ade8f5f783b88435440792ba /doc/snac.8
parent15d4dfc538dce7bfce4b0926b77f7f200cca99ff (diff)
parent32ce0553e373cb03c690a854e1b629aa10f3ade9 (diff)
Merge branch 'master' of https://codeberg.org/grunfink/snac2
Diffstat (limited to 'doc/snac.8')
-rw-r--r--doc/snac.84
1 files 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
<Location /fedi>
- ProxyPass http://127.0.0.1:8001/social
+ ProxyPass http://127.0.0.1:8001/fedi
</Location>
# WebFinger
@@ -908,7 +908,7 @@ ProxyPreserveHost On
# optional (Mastodon-like "authorize interaction" entrypoint)
<Location /authorize_interaction>
- ProxyPass http://127.0.0.1:8001/share
+ ProxyPass http://127.0.0.1:8001/authorize_interaction
</Location>
.Ed
.Pp