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; }