From e90feb86f602dafaaf81879a25c6d742fe9bed1c Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:58:49 +0100 Subject: [PATCH] Update route.conf --- etc/nginx/route.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/nginx/route.conf b/etc/nginx/route.conf index c0c9f07..66d5985 100644 --- a/etc/nginx/route.conf +++ b/etc/nginx/route.conf @@ -155,6 +155,9 @@ # proxy requests to user pod jsmpeg service location /sound { set $jwt_token $args; + if ($arg_jwt_token) { + set $jwt_token $arg_jwt_token; + } include ws.conf; proxy_pass http://$target:$sound_service_tcp_port/; break;