From 065c58f431098c52279d4d11090e2616968f2234 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Fri, 29 Aug 2014 14:21:58 +0200 Subject: [PATCH] Use `usermod -aG` to add www-data to gitlab-www --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce0d696..7fdb429 100644 --- a/README.md +++ b/README.md @@ -350,7 +350,7 @@ To allow an external webserver access to GitLab, you will need to add the webser Let's say that webserver user is `www-data`. Adding the user to `gitlab-www` group can be done with: ``` -usermod -G gitlab-www www-data +usermod -aG gitlab-www www-data ``` Run `sudo gitlab-ctl reconfigure` for the change to take effect. -- libgit2 0.21.2