Commit cb9fe028 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'patch-1' into 'master'

small but mighty confusing typo

See merge request !920
parents b7f7b434 56c2aa37
...@@ -246,7 +246,7 @@ Below are the four scenarios that are described in ...@@ -246,7 +246,7 @@ Below are the four scenarios that are described in
1. Edit `/etc/gitlab/gitlab.rb`: 1. Edit `/etc/gitlab/gitlab.rb`:
```ruby ```ruby
pages_external_url "https://example.io" pages_external_url "http://example.io"
nginx['listen_addresses'] = ['1.1.1.1'] nginx['listen_addresses'] = ['1.1.1.1']
pages_nginx['enable'] = false pages_nginx['enable'] = false
gitlab_pages['external_http'] = '1.1.1.2:80' gitlab_pages['external_http'] = '1.1.1.2:80'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment