aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrunfink <grunfink@noreply.codeberg.org>2026-08-30 07:21:39 +0200
committergrunfink <grunfink@noreply.codeberg.org>2026-08-30 07:21:39 +0200
commitb20837bcaa1f96aed7c637c1f12e9e02893ebd4b (patch)
tree0652cf39d5f32e30e9d4c78ef392bda4bb40d41c
parent296357c6849b69480e824608bcd1bb07f2d1e8dd (diff)
parenteb25a46304e59b16e291fb8df71d6e671a9db4fd (diff)
Merge pull request 'Fix example Apache2 config to point to correct url' (#644) from Sprite_tm/snac2:manpage_apache_example_fix into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/644
-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