aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLudovic Chabant <ludovic@chabant.com>2019-04-15 05:26:43 +0000
committerDrew DeVault <sir@cmpwn.com>2019-04-15 15:33:51 -0400
commit85d443e8bc7f22d838a042fd43285ad5dbdc0485 (patch)
treeb083d98819820507ecea59404337f7b17ca45d52
parentea184ab2916d02b24cfb446ec07c964269810367 (diff)
downloadsr.ht-docs-85d443e8bc7f22d838a042fd43285ad5dbdc0485.tar.gz
Add more info about fcgiwrap
-rw-r--r--git.sr.ht/installation.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/git.sr.ht/installation.md b/git.sr.ht/installation.md
index ef44c6b..be73f6a 100644
--- a/git.sr.ht/installation.md
+++ b/git.sr.ht/installation.md
@@ -76,3 +76,8 @@ location ~ ^.*/(HEAD|info/refs|objects/info/.*|git-(upload|receive)-pack).*$ {
It's important that you set up the `/authorize` endpoint to enforce the privacy
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`.
+