Skip to content

Commit

Permalink
Update route.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Dec 15, 2024
1 parent c459c2a commit 9f7716b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nginx/route.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9f7716b

Please sign in to comment.