Sfoglia il codice sorgente

Fix example Apache2 config to point to correct urls

Jeroen Domburg 2 settimane fa
parent
commit
eb25a46304
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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