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
6fc03408
Commit
6fc03408
authored
Sep 22, 2020
by
Ben Bodenmiller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve Gitaly mixed configuration details
parent
974ff5dd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+8
-0
No files found.
doc/administration/gitaly/index.md
View file @
6fc03408
...
...
@@ -482,6 +482,14 @@ git_data_dirs({
'storage1'
=>
{
'gitaly_address'
=>
'tcp://gitlab.internal:8075'
,
'path'
=>
'/mnt/gitlab/git-data'
},
'storage2'
=>
{
'gitaly_address'
=>
'tcp://gitaly2.internal:8075'
},
})
# Make Gitaly accept connections on all network interfaces
gitaly
[
'listen_addr'
]
=
"0.0.0.0:8075"
# Or for TLS
gitaly
[
'tls_listen_addr'
]
=
"0.0.0.0:9999"
gitaly
[
'certificate_path'
]
=
"/etc/gitlab/ssl/cert.pem"
gitaly
[
'key_path'
]
=
"/etc/gitlab/ssl/key.pem"
```
`path`
can only be included for storage shards on the local Gitaly server.
...
...
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