From a6c4ee17bf2788e8a51991cdbdc28c844fa51a94 Mon Sep 17 00:00:00 2001 From: Jeremy Slater Date: Wed, 1 Nov 2017 16:09:55 -0400 Subject: [PATCH] Fixed pages artifacts server variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49307211..002caced 100644 --- a/README.md +++ b/README.md @@ -879,7 +879,7 @@ Below is the complete list of available options that can be used to customize yo | `GITLAB_PAGES_DIR` | Sets GitLab Pages directory where all pages will be stored. Defaults to `$GITLAB_SHARED_DIR/pages` | | `GITLAB_PAGES_PORT`| Sets GitLab Pages Port that will be used in NGINX. Defaults to `80` | | `GITLAB_PAGES_HTTPS` | Sets GitLab Pages to HTTPS and the gitlab-pages-ssl config will be used. Defaults to `false` | -| `GITALY_ARTIFACTS_SERVER` | Set to `true` to enable pages artifactsserver, enabled by default. | +| `GITLAB_PAGES_ARTIFACTS_SERVER` | Set to `true` to enable pages artifactsserver, enabled by default. | | `GITLAB_PAGES_EXTERNAL_HTTP` | Sets GitLab Pages external http to receive request on an independen port. Disabled by default | | `GITLAB_PAGES_EXTERNAL_HTTPS` | Sets GitLab Pages external https to receive request on an independen port. Disabled by default | | `GITLAB_HTTPS` | Set to `true` to enable https support, disabled by default. |