Commit d5fb60c5 authored by Nick Thomas's avatar Nick Thomas

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
parents e8fe08fc 8a8caff4
......@@ -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:
......
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