summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2019-09-12 09:14:10 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2019-09-12 09:14:10 +0000
commit6a9c219131e421ef2daa7e76cfb2d2c542201b72 (patch)
tree5eb697943fcda6cf62dafec8c16cf83f46bbf6dc
parenta2e56222b37e4fc3551327fa50f97ad5cf8e5fa5 (diff)
downloadgitlab-ce-6a9c219131e421ef2daa7e76cfb2d2c542201b72.tar.gz
Update index.md more
-rw-r--r--doc/administration/gitaly/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/administration/gitaly/index.md b/doc/administration/gitaly/index.md
index cf436d33aad..245932a080c 100644
--- a/doc/administration/gitaly/index.md
+++ b/doc/administration/gitaly/index.md
@@ -179,6 +179,7 @@ Check the directory layout on your Gitaly server to be sure.
# Make Gitaly accept connections on all network interfaces. You must use
# firewalls to restrict access to this address/port.
+ # Comment out following line if you only want to support TLS connections
gitaly['listen_addr'] = "0.0.0.0:8075"
```