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 - + ProxyPass http://127.0.0.1:8001/social @@ -528,7 +528,7 @@ an example: # other server configuration [...] -location "/fedi*" { +location "/fedi/*" { fastcgi socket tcp "127.0.0.1" 8001 }