# Stream the ssh connections for gitea server { listen 2222; proxy_pass rpi5-2:2222; # the machine where sshd runs (often same as gitea) proxy_timeout 1h; proxy_connect_timeout 10s; }