diff options
author | Nick Thomas <nick@gitlab.com> | 2017-03-08 16:45:59 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2017-03-08 16:46:02 +0000 |
commit | 75e78f108f850fe6c70c04a13747d2c40a511774 (patch) | |
tree | 884aae4d94707a90e81dc95ce329ffda15b832ca /config/gitlab.yml.example | |
parent | d34300e310eca8b02c2b3956cd7c321edb3a5d0d (diff) | |
download | gitlab-ce-75e78f108f850fe6c70c04a13747d2c40a511774.tar.gz |
The GitLab Pages external-http and external-https arguments can be specified multiple times
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 720df0cac2d..8d0ea603569 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -157,8 +157,8 @@ production: &base host: example.com port: 80 # Set to 443 if you serve the pages with HTTPS https: false # Set to true if you serve the pages with HTTPS - # external_http: "1.1.1.1:80" # If defined, enables custom domain support in GitLab Pages - # external_https: "1.1.1.1:443" # If defined, enables custom domain and certificate support in GitLab Pages + # external_http: ["1.1.1.1:80", "[2001::1]:80"] # If defined, enables custom domain support in GitLab Pages + # external_https: ["1.1.1.1:443", "[2001::1]:443"] # If defined, enables custom domain and certificate support in GitLab Pages ## Mattermost ## For enabling Add to Mattermost button |