diff options
-rw-r--r-- | nginx/conf/stream.conf | 3 |
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; } |