diff options
author | DJ Mountney <david@twkie.net> | 2016-04-06 06:49:46 -0700 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2016-04-12 10:42:59 -0700 |
commit | bb372ac97f733c45f22dc31e09b98a78411d4f86 (patch) | |
tree | 2e29572f5da4cf6c51c4e85a7b266e6df7791435 /config/gitlab.yml.example | |
parent | 38cff18af0ed48bcd5916b6b6bb6ceeb9ab062fd (diff) | |
download | gitlab-ce-bb372ac97f733c45f22dc31e09b98a78411d4f86.tar.gz |
Add changelog entries, install docs, and gitlab.yml.example entry for the trusted_proxies setting
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 35c7c425a5a..56caee47c97 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -46,6 +46,15 @@ production: &base # # relative_url_root: /gitlab + # Trusted Proxies + # Customize if you have GitLab behind a reverse proxy which is running on a different machine. + # Add the IP address for your reverse proxy to the list, otherwise users will appear signed in from that address. + trusted_proxies: + # Examples: + #- 192.168.1.0/24 + #- 192.168.2.1 + #- 2001:0db8::/32 + # Uncomment and customize if you can't use the default user to run GitLab (default: 'git') # user: git |