about summary refs log tree commit diff
path: root/nginx/conf/stream.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/conf/stream.conf')
-rw-r--r--nginx/conf/stream.conf12
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;
-}