diff options
author | Michael <gitlab.michael@oiu.ch> | 2016-11-28 11:51:00 +0000 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-02-01 02:49:35 +0000 |
commit | 8a09a25185bb05a9360370f40a8f7ff50279e60b (patch) | |
tree | 7b0b5e69755d478e929863b710a0eb2f8d10b0fd /doc/pages | |
parent | 6ba149279445bd376e145dab2d7fa58808031692 (diff) | |
download | gitlab-ce-8a09a25185bb05a9360370f40a8f7ff50279e60b.tar.gz |
small but mighty confusing typo
Diffstat (limited to 'doc/pages')
-rw-r--r-- | doc/pages/administration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pages/administration.md b/doc/pages/administration.md index 07b603f78c7..0e1665fa832 100644 --- a/doc/pages/administration.md +++ b/doc/pages/administration.md @@ -246,7 +246,7 @@ Below are the four scenarios that are described in 1. Edit `/etc/gitlab/gitlab.rb`: ```ruby - pages_external_url "https://example.io" + pages_external_url "http://example.io" nginx['listen_addresses'] = ['1.1.1.1'] pages_nginx['enable'] = false gitlab_pages['external_http'] = '1.1.1.2:80' |