Commit 5be90a44 authored by Alexander Tanayno's avatar Alexander Tanayno Committed by Nick Gaskill

Remove non-existing gitlab pages params

parent 18b8cb22
...@@ -216,7 +216,7 @@ control over how the Pages daemon runs and serves content in your environment. ...@@ -216,7 +216,7 @@ control over how the Pages daemon runs and serves content in your environment.
| Setting | Description | | Setting | Description |
| ------- | ----------- | | ------- | ----------- |
| `pages_external_url` | The URL where GitLab Pages is accessible, including protocol (HTTP / HTTPS). If `https://` is used, you must also set `gitlab_pages['ssl_certificate']` and `gitlab_pages['ssl_certificate_key']`. | `pages_external_url` | The URL where GitLab Pages is accessible, including protocol (HTTP / HTTPS). If `https://` is used, additional configuration is required. See [Wildcard domains with TLS support](#wildcard-domains-with-tls-support) and [Custom domains with TLS support](#custom-domains-with-tls-support) for details.
| `gitlab_pages[]` | | | `gitlab_pages[]` | |
| `access_control` | Whether to enable [access control](index.md#access-control). | `access_control` | Whether to enable [access control](index.md#access-control).
| `api_secret_key` | Full path to file with secret key used to authenticate with the GitLab API. Auto-generated when left unset. | `api_secret_key` | Full path to file with secret key used to authenticate with the GitLab API. Auto-generated when left unset.
......
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