From c44981f0cae4bf71f99d7384f18969a62d8cff27 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 29 Aug 2014 14:24:51 +0200 Subject: [PATCH] Update usermod command for passenger --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fdb429..23a686e 100644 --- a/README.md +++ b/README.md @@ -816,10 +816,10 @@ be located at `/etc/nginx/sites-available/gitlab` and symlinked to `/etc/nginx/sites-enabled/gitlab`. To ensure that user uploads are accessible your Nginx user (usually `www-data`) -should be added to the `git` group. This can be done using the following command: +should be added to the `gitlab-www` group. This can be done using the following command: ```shell -sudo usermod -aG git www-data +sudo usermod -aG gitlab-www www-data ``` Other than the Passenger configuration in place of Unicorn and the lack of HTTPS -- libgit2 0.21.2