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 25b535b commit e90feb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions etc/nginx/route.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e90feb8

Please sign in to comment.