diff options
| -rw-r--r-- | doc/snac.8 | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -468,7 +468,7 @@ This is an example of a similar configuration for the Apache2 web server: | |||
| 468 | ProxyPreserveHost On | 468 | ProxyPreserveHost On |
| 469 | 469 | ||
| 470 | # Main web access point | 470 | # Main web access point |
| 471 | <Location /social> | 471 | <Location /fedi> |
| 472 | ProxyPass http://127.0.0.1:8001/social | 472 | ProxyPass http://127.0.0.1:8001/social |
| 473 | </Location> | 473 | </Location> |
| 474 | 474 | ||
| @@ -528,7 +528,7 @@ an example: | |||
| 528 | # other server configuration | 528 | # other server configuration |
| 529 | [...] | 529 | [...] |
| 530 | 530 | ||
| 531 | location "/fedi*" { | 531 | location "/fedi/*" { |
| 532 | fastcgi socket tcp "127.0.0.1" 8001 | 532 | fastcgi socket tcp "127.0.0.1" 8001 |
| 533 | } | 533 | } |
| 534 | 534 | ||