Browse Source

some clarifications with the examples

antics 2 years ago
parent
commit
e2243e76d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      doc/snac.8

+ 2 - 2
doc/snac.8

@@ -468,7 +468,7 @@ This is an example of a similar configuration for the Apache2 web server:
 ProxyPreserveHost On
 ProxyPreserveHost On
 
 
 # Main web access point
 # Main web access point
-<Location /social>
+<Location /fedi>
     ProxyPass http://127.0.0.1:8001/social
     ProxyPass http://127.0.0.1:8001/social
 </Location>
 </Location>
 
 
@@ -528,7 +528,7 @@ an example:
 # other server configuration
 # other server configuration
 [...]
 [...]
 
 
-location "/fedi*" {
+location "/fedi/*" {
     fastcgi socket tcp "127.0.0.1" 8001
     fastcgi socket tcp "127.0.0.1" 8001
 }
 }