aboutsummaryrefslogtreecommitdiffstats
path: root/git.sr.ht/installation.md
diff options
context:
space:
mode:
authorZachary King <zchrykng@fastmail.com>2020-04-19 12:55:50 -0400
committerDrew DeVault <sir@cmpwn.com>2020-04-20 11:03:14 -0400
commit7e36461a5041556b075073aca5bc7bb4b0778a20 (patch)
tree11fb0cc4aec64315fad4009b3c58a83e71b837c2 /git.sr.ht/installation.md
parent1f77cf400289fbad510c5f83e80c146fd725d12c (diff)
downloadsr.ht-docs-7e36461a5041556b075073aca5bc7bb4b0778a20.tar.gz
Additional location for fcgiwrap socket file
Adding an additional possible location for the fcgiwrap socket file.
Diffstat (limited to 'git.sr.ht/installation.md')
-rw-r--r--git.sr.ht/installation.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.sr.ht/installation.md b/git.sr.ht/installation.md
index 2631f9d..79ad9db 100644
--- a/git.sr.ht/installation.md
+++ b/git.sr.ht/installation.md
@@ -87,4 +87,5 @@ of private repositories.
If you don't have `/run/fcgiwrap.sock` on your system, you'll need to install
the `fcgiwrap` package (for instance: `apt-get install fcgiwrap`). On some
-systems, the script might be `/run/fcgiwrap.socket`.
+systems, the script might be `/run/fcgiwrap.socket` or
+`/run/fcgiwrap/fcgiwrap.sock`.