diff options
author | Nick Thomas <nick@gitlab.com> | 2019-05-13 09:12:22 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2019-05-13 09:12:22 +0000 |
commit | d5fb60c52b79fa28c7b879384280cf8062e6ffda (patch) | |
tree | 686e72b3410cc379aceb07620aebfb9419efd7e4 | |
parent | e8fe08fca2277b77f6e42a59ac8946b6cb9db098 (diff) | |
parent | 8a8caff4ef61daf4ea37ae2e04718bd4021552fd (diff) | |
download | gitlab-ce-d5fb60c52b79fa28c7b879384280cf8062e6ffda.tar.gz |
Merge branch 'explain-artifacts-server-configuration-docs' into 'master'
Expain usage of `artifacts_server` in `gitlab.yml`
See merge request gitlab-org/gitlab-ce!28230
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index bff809b7661..23377b43f78 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -245,7 +245,7 @@ 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 - artifacts_server: true + artifacts_server: true # Set to false if you want to disable online view of HTML artifacts # 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 admin: |