diff options
author | Anton Smith <asmith@gitlab.com> | 2019-07-30 23:54:31 +0000 |
---|---|---|
committer | Anton Smith <asmith@gitlab.com> | 2019-07-30 23:54:31 +0000 |
commit | ff61a003d5143a0a07c125aeaeba95f258779aab (patch) | |
tree | 7c2c5dabea1879a9905e2caa24172f76c9adceca /doc | |
parent | a4e084461e6d3f5e0323f802c779e164fbd71abf (diff) | |
download | gitlab-ce-ff61a003d5143a0a07c125aeaeba95f258779aab.tar.gz |
Fix copy config command for Pumadocs-fix-copy-config-command-puma
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 46ee980841b..a12edef4e41 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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. |