Skip to content
Snippets Groups Projects
Commit 73e4c97e authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

Capitalize Mattermost proxy variables

parent 92f5d8ee
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