Commit c44981f0cae4bf71f99d7384f18969a62d8cff27
1 parent
065c58f4
Exists in
master
Update usermod command for passenger
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -816,10 +816,10 @@ be located at `/etc/nginx/sites-available/gitlab` and symlinked to |
816 | 816 | `/etc/nginx/sites-enabled/gitlab`. |
817 | 817 | |
818 | 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 | 821 | ```shell |
822 | -sudo usermod -aG git www-data | |
822 | +sudo usermod -aG gitlab-www www-data | |
823 | 823 | ``` |
824 | 824 | |
825 | 825 | Other than the Passenger configuration in place of Unicorn and the lack of HTTPS | ... | ... |