summaryrefslogtreecommitdiff
path: root/doc/update/11.6-to-11.7.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/11.6-to-11.7.md')
-rw-r--r--doc/update/11.6-to-11.7.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/11.6-to-11.7.md b/doc/update/11.6-to-11.7.md
index fd7c3697e80..b4d830e8ce0 100644
--- a/doc/update/11.6-to-11.7.md
+++ b/doc/update/11.6-to-11.7.md
@@ -218,7 +218,7 @@ log_bin_trust_function_creators=1
We have made [changes](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22372) to `unicorn.rb` to allow GitLab run with both Unicorn and Puma in future.
-Make `/home/git/gitlab/config/unicorn.rb` the same as https://gitlab.com/gitlab-org/gitlab-ce/blob/11-7-stable/config/unicorn.rb.example but with your settings.
+Make `/home/git/gitlab/config/unicorn.rb` the same as <https://gitlab.com/gitlab-org/gitlab-ce/blob/11-7-stable/config/unicorn.rb.example> but with your settings.
In particular, make sure that `require_relative "/home/git/gitlab/lib/gitlab/cluster/lifecycle_events"` line exists and the `before_exec`, `before_fork`, and `after_fork` handlers are configured as shown below:
```ruby