Merge branch 'docs-fix-copy-config-command-puma' into 'master'

Fix copy config command for Puma

See merge request gitlab-org/gitlab-ce!31314
This commit is contained in:
Evan Read 2019-08-01 02:56:46 +00:00
commit a29217cd30

View file

@ -938,7 +938,7 @@ To use GitLab with Puma:
cd /home/git/gitlab
# Copy config file for the web server
sudo -u git -H config/puma.rb.example config/puma.rb
sudo -u git -H cp config/puma.rb.example config/puma.rb
```
1. Edit the system `init.d` script to use `EXPERIMENTAL_PUMA=1` flag. If you have `/etc/default/gitlab`, then you should edit it instead.