diff options
-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`. + |