about summary refs log tree commit diff
path: root/nginx/conf/stream.conf
blob: 6b13de67773c6aeeea6b7300701131f3d743753e (plain) (blame)
1
2
3
4
5
6
# Gogs SSH tunneling

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