Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7e0c280e
Commit
7e0c280e
authored
Jul 16, 2020
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alert box formatting
parent
5889c3d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/administration/reference_architectures/3k_users.md
doc/administration/reference_architectures/3k_users.md
+5
-3
No files found.
doc/administration/reference_architectures/3k_users.md
View file @
7e0c280e
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment