commit c35c84de73755b1ce92965cd7e8fde104d74c3ce
parent 86626e5b56ec648600b7127753a27251f5a03b48
Author: grunfink <grunfink@noreply.codeberg.org>
Date: Sun, 7 Apr 2024 05:51:59 +0000
Merge pull request 'some clarifications with the examples' (#156) from antics/snac2:antics-patch-1 into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/156
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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
}