Commit c44981f0cae4bf71f99d7384f18969a62d8cff27

Authored by Jacob Vosmaer
1 parent 065c58f4
Exists in master

Update usermod command for passenger

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -816,10 +816,10 @@ be located at `/etc/nginx/sites-available/gitlab` and symlinked to @@ -816,10 +816,10 @@ be located at `/etc/nginx/sites-available/gitlab` and symlinked to
816 `/etc/nginx/sites-enabled/gitlab`. 816 `/etc/nginx/sites-enabled/gitlab`.
817 817
818 To ensure that user uploads are accessible your Nginx user (usually `www-data`) 818 To ensure that user uploads are accessible your Nginx user (usually `www-data`)
819 -should be added to the `git` group. This can be done using the following command: 819 +should be added to the `gitlab-www` group. This can be done using the following command:
820 820
821 ```shell 821 ```shell
822 -sudo usermod -aG git www-data 822 +sudo usermod -aG gitlab-www www-data
823 ``` 823 ```
824 824
825 Other than the Passenger configuration in place of Unicorn and the lack of HTTPS 825 Other than the Passenger configuration in place of Unicorn and the lack of HTTPS