Files
ansible-playbooks/apptabulous/reverseproxy/stream.d/ssh.conf
T

10 lines
358 B
Plaintext

# Stream the ssh connections for gitea
# The gitea container is running on the same machine as the reverse proxy for now,
# so we don't need to stream the ssh connection to another machine.
# server {
# listen 2222;
# proxy_pass rpi5-2:2222; # the machine where sshd runs (often same as gitea)
# proxy_timeout 1h;
# proxy_connect_timeout 10s;
# }