Skip to content
Snippets Groups Projects
Commit 0231a564 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'patch-7' into 'master'

docs: Capitalize Mattermost proxy variables

See merge request gitlab-org/omnibus-gitlab!3889
parents 92f5d8ee 73e4c97e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -151,7 +151,7 @@ is operated behind a corporate internet proxy. In `/etc/gitlab/gitlab.rb`
supply a `mattermost['env']` with a hash value. For example:
 
```ruby
mattermost['env'] = {"http_proxy" => "my_proxy", "https_proxy" => "my_proxy", "no_proxy" => "my_no_proxy"}
mattermost['env'] = {"HTTP_PROXY" => "my_proxy", "HTTPS_PROXY" => "my_proxy", "NO_PROXY" => "my_no_proxy"}
```
 
Run `sudo gitlab-ctl reconfigure` to apply the changes.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment