Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-08-01 05:56:46 +0300
committerEvan Read <eread@gitlab.com>2019-08-01 05:56:46 +0300
commita29217cd3033783c055521c9a0a605b11e25e185 (patch)
tree330a5c73b246db9862a2e76637af8b30ef9ec499 /doc
parent5fd084ec027366167274d483d4d9935ef631568c (diff)
parentff61a003d5143a0a07c125aeaeba95f258779aab (diff)
Merge branch 'docs-fix-copy-config-command-puma' into 'master'
Fix copy config command for Puma See merge request gitlab-org/gitlab-ce!31314
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
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.