tvl-depot/nginx/conf/stream.conf

7 lines
103 B
Text
Raw Normal View History

# Gogs SSH tunneling
server {
listen 22;
proxy_pass gogs-priv.default.svc.cluster.local:22;
}