summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-10-05 15:03:17 +0000
committerNick Thomas <nick@gitlab.com>2017-10-05 15:03:17 +0000
commitce87f42dc928377abdd1dd445598afb8150d4521 (patch)
tree875d7173db44d05c67b6de45f57359bb550ec62e /config/gitlab.yml.example
parentcd60a02ad94088ae1444ac9a8b355b4d05fc30a3 (diff)
parentd1dd115356a06fd20e8b9293cd645bb064b7c56a (diff)
downloadgitlab-ce-ce87f42dc928377abdd1dd445598afb8150d4521.tar.gz
Merge branch '34102-online-view-of-artifacts-fe' into 'master'
Add external link for online artifacts Closes #34102 See merge request gitlab-org/gitlab-ce!14399
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 88771c5f5bb..1069c7be5f0 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -164,6 +164,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
# 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