Commit a29217cd authored by Evan Read's avatar Evan Read

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

Fix copy config command for Puma

See merge request gitlab-org/gitlab-ce!31314
parents 5fd084ec ff61a003
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment