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:
commit
a29217cd30
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue