summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorantics <antics@noreply.codeberg.org>2024-04-06 18:53:25 +0000
committerantics <antics@noreply.codeberg.org>2024-04-06 18:53:25 +0000
commite2243e76d5ce541fe25a550b32b794b7a201ad2e (patch)
tree34814ea68a1d2c23eb67dacdaf00bbefdd969f23 /doc
parent86626e5b56ec648600b7127753a27251f5a03b48 (diff)
some clarifications with the examples
Diffstat (limited to 'doc')
-rw-r--r--doc/snac.84
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index 73b041a..4929a52 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -468,7 +468,7 @@ This is an example of a similar configuration for the Apache2 web server:
ProxyPreserveHost On
# Main web access point
-<Location /social>
+<Location /fedi>
ProxyPass http://127.0.0.1:8001/social
</Location>
@@ -528,7 +528,7 @@ an example:
# other server configuration
[...]
-location "/fedi*" {
+location "/fedi/*" {
fastcgi socket tcp "127.0.0.1" 8001
}