Browse Source

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
grunfink 3 tuần trước cách đây
mục cha
commit
b20837bcaa
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      doc/snac.8

+ 2 - 2
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