tvl-depot/nginx/conf/stream.conf
2016-03-23 15:13:06 +01:00

6 lines
103 B
Text

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