diff options
author | Ludovic Chabant <ludovic@chabant.com> | 2019-04-15 05:26:43 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-15 15:33:51 -0400 |
commit | 85d443e8bc7f22d838a042fd43285ad5dbdc0485 (patch) | |
tree | b083d98819820507ecea59404337f7b17ca45d52 /git.sr.ht/installation.md | |
parent | ea184ab2916d02b24cfb446ec07c964269810367 (diff) | |
download | sr.ht-docs-85d443e8bc7f22d838a042fd43285ad5dbdc0485.tar.gz |
Add more info about fcgiwrap
Diffstat (limited to 'git.sr.ht/installation.md')
-rw-r--r-- | git.sr.ht/installation.md | 5 |
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`. + |