diff options
author | DJ Mountney <david@twkie.net> | 2016-04-12 11:02:41 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2016-04-12 11:02:41 -0700 |
commit | e18f20d7118b7c8f2ff18a6e4255d6c7c0995b04 (patch) | |
tree | f925aee5e4b6e791364b979153a9c17580207bd2 /doc/install | |
parent | bb372ac97f733c45f22dc31e09b98a78411d4f86 (diff) | |
download | gitlab-ce-e18f20d7118b7c8f2ff18a6e4255d6c7c0995b04.tar.gz |
Updated trusted proxies doc section to link to the restart GitLab docsconfigure_trusted_proxies
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index bfea4ce193e..e721e70a596 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -537,7 +537,8 @@ proxy to the trusted proxies list. Otherwise users will appear signed in from th proxy's IP address. You can add trusted proxies in `config/gitlab.yml` by customizing the `trusted_proxies` -option in section 1. Please restart GitLab after editing this file. +option in section 1. Save the file and [reconfigure GitLab](../administration/restart_gitlab.md) +for the changes to take effect. ### Custom Redis Connection |