about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nginx/conf/stream.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/nginx/conf/stream.conf b/nginx/conf/stream.conf
index dcdf336d2627..3fa02fdcf9a7 100644
--- a/nginx/conf/stream.conf
+++ b/nginx/conf/stream.conf
@@ -6,6 +6,7 @@ server {
 
 # Quassel TLS -> TCP tunneling
 server {
-    listen 4242 ssl;
+    # listen 4242 ssl;
+    listen 4242;
     proxy_pass quassel-priv.default.svc.cluster.local:4242;
 }