Fix copy config command for Puma

This commit is contained in:
Anton Smith 2019-07-30 23:54:31 +00:00
parent a4e084461e
commit ff61a003d5
1 changed files with 1 additions and 1 deletions

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.