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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-15 00:07:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-15 00:07:52 +0300
commit67cd2904c9ebd7ba346cc92a37ac953747a3f0e5 (patch)
treeed10a6a07c43aa4167a40c39409f8e1fef1a4cce /doc/administration/file_hooks.md
parent30b17460a2569734cf04dae1b2841d3654b2c0ec (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration/file_hooks.md')
-rw-r--r--doc/administration/file_hooks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/file_hooks.md b/doc/administration/file_hooks.md
index 506d0f6a70b..7903da675fd 100644
--- a/doc/administration/file_hooks.md
+++ b/doc/administration/file_hooks.md
@@ -35,8 +35,8 @@ Follow the steps below to set up a custom hook:
`/home/git/gitlab/file_hooks/`. For Omnibus installs the path is
usually `/opt/gitlab/embedded/service/gitlab-rails/file_hooks`.
- For [highly available](reference_architectures/index.md) configurations, your hook file should exist on each
- application server.
+ For [configurations with multiple servers](reference_architectures/index.md),
+ your hook file should exist on each application server.
1. Inside the `file_hooks` directory, create a file with a name of your choice,
without spaces or special characters.