summaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example
index 8a00375..1dc2c5e 100644
--- a/config.yml.example
+++ b/config.yml.example
@@ -66,6 +66,9 @@ audit_usernames: false
sshd:
# Address which the SSH server listens on. Defaults to [::]:22.
listen: "[::]:22"
+ # Set to true if gitlab-sshd is being fronted by a load balancer that implements
+ # the PROXY protocol.
+ proxy_protocol: false
# Address which the server listens on HTTP for monitoring/health checks. Defaults to localhost:9122.
web_listen: "localhost:9122"
# Maximum number of concurrent sessions allowed on a single SSH connection. Defaults to 10.