GITLAB
Версия от 16:56, 29 мая 2026; Root (обсуждение | вклад) (Новая страница: «Правило для проксирования SSH через Haproxy frontend gitlab_ssh mode tcp bind :22 option tcplog acl gitlab…»)
Правило для проксирования SSH через Haproxy
frontend gitlab_ssh
mode tcp
bind :22
option tcplog
acl gitlab_ssh_port dst_port 22
use_backend gitlab_ssh if gitlab_ssh_port
backend gitlab_ssh
mode tcp
server gitlab_ssh 172.16.42.18:22 check