summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-17 09:15:11 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-05-17 09:15:11 +0000
commit6a691fa7d765fd2fe2b928fe11c50effbd5e78a1 (patch)
tree7ad42d2230f014c5eae5b0a06d1c14fe28950501
parent29e49b45128247dc0e0e4f1903df64c4830acc99 (diff)
downloadgitlab-ce-61376-add-documentation-about-how-to-enable-puma-web-server-for-installations-from-source.tar.gz
-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 ba3ae86a15d..2ed328f11ab 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -862,7 +862,7 @@ To use GitLab with Puma:
sudo -u git -H 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` file, then you should edit it instead.
+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.
1. Restart GitLab.
## Troubleshooting