diff options
| -rw-r--r-- | doc/snac.8 | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -404,7 +404,7 @@ by setting the fastcgi value to true in the | |||
| 404 | configuration file). Add the following to the example.com server section in | 404 | configuration file). Add the following to the example.com server section in |
| 405 | .Pa /etc/httpd.conf : | 405 | .Pa /etc/httpd.conf : |
| 406 | .Bd -literal -offset indent | 406 | .Bd -literal -offset indent |
| 407 | location "/social*" { | 407 | location "/fedi*" { |
| 408 | fastcgi socket tcp "127.0.0.1" 8001 | 408 | fastcgi socket tcp "127.0.0.1" 8001 |
| 409 | } | 409 | } |
| 410 | 410 | ||