Commit 7e0c280e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Fix alert box formatting

parent 5889c3d8
...@@ -430,7 +430,8 @@ are supported and can be added if needed. ...@@ -430,7 +430,8 @@ are supported and can be added if needed.
## Configure Consul and Sentinel ## Configure Consul and Sentinel
NOTE: **Note:** If you are using an external Redis Sentinel instance, be sure NOTE: **Note:**
If you are using an external Redis Sentinel instance, be sure
to exclude the `requirepass` parameter from the Sentinel to exclude the `requirepass` parameter from the Sentinel
configuration. This parameter will cause clients to report `NOAUTH configuration. This parameter will cause clients to report `NOAUTH
Authentication required.`. [Redis Sentinel 3.2.x does not support Authentication required.`. [Redis Sentinel 3.2.x does not support
...@@ -1237,7 +1238,7 @@ nodes (including the Gitaly node using the certificate) and on all client nodes ...@@ -1237,7 +1238,7 @@ nodes (including the Gitaly node using the certificate) and on all client nodes
that communicate with it following the procedure described in that communicate with it following the procedure described in
[GitLab custom certificate configuration](https://docs.gitlab.com/omnibus/settings/ssl.html#install-custom-public-certificates). [GitLab custom certificate configuration](https://docs.gitlab.com/omnibus/settings/ssl.html#install-custom-public-certificates).
NOTE: **Note** NOTE: **Note:**
The self-signed certificate must specify the address you use to access the The self-signed certificate must specify the address you use to access the
Gitaly server. If you are addressing the Gitaly server by a hostname, you can Gitaly server. If you are addressing the Gitaly server by a hostname, you can
either use the Common Name field for this, or add it as a Subject Alternative either use the Common Name field for this, or add it as a Subject Alternative
...@@ -1568,7 +1569,8 @@ On each node perform the following: ...@@ -1568,7 +1569,8 @@ On each node perform the following:
sudo gitlab-ctl tail gitaly sudo gitlab-ctl tail gitaly
``` ```
NOTE: **Note:** When you specify `https` in the `external_url`, as in the example NOTE: **Note:**
When you specify `https` in the `external_url`, as in the example
above, GitLab assumes you have SSL certificates in `/etc/gitlab/ssl/`. If above, GitLab assumes you have SSL certificates in `/etc/gitlab/ssl/`. If
certificates are not present, NGINX will fail to start. See the certificates are not present, NGINX will fail to start. See the
[NGINX documentation](https://docs.gitlab.com/omnibus/settings/nginx.html#enable-https) [NGINX documentation](https://docs.gitlab.com/omnibus/settings/nginx.html#enable-https)
......
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