diff options
Diffstat (limited to 'nginx/conf/stream.conf')
-rw-r--r-- | nginx/conf/stream.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nginx/conf/stream.conf b/nginx/conf/stream.conf deleted file mode 100644 index 3fa02fdcf9a7..000000000000 --- a/nginx/conf/stream.conf +++ /dev/null @@ -1,12 +0,0 @@ -# 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; -} |