From 9f7716b6ca87e391b316a28bd66c5e15bda09cab Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Sun, 15 Dec 2024 21:52:48 +0100 Subject: [PATCH] Update route.conf --- etc/nginx/route.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nginx/route.conf b/etc/nginx/route.conf index 87a0539..c0c9f07 100644 --- a/etc/nginx/route.conf +++ b/etc/nginx/route.conf @@ -156,7 +156,7 @@ location /sound { set $jwt_token $args; include ws.conf; - proxy_pass http://$target:$jsmpeg_service_tcp_port/; + proxy_pass http://$target:$sound_service_tcp_port/; break; }