tvl-depot/nginx/conf/stream.conf
2016-04-14 11:33:55 +02:00

12 lines
245 B
Text

# Gogs SSH tunneling
server {
listen 22;
proxy_pass gogs-priv.default.svc.cluster.local:22;
}
# Quassel TLS -> TCP tunneling
server {
# listen 4242 ssl;
listen 4242;
proxy_pass quassel-priv.default.svc.cluster.local:4242;
}