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 97877e6 commit d3f452e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/nginx/route.conf
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@
}

# proxy requests to user pod jsmpeg service
location /jsmpeg {
location /sound {
set $jwt_token $args;
include ws.conf;
proxy_pass http://$target:$jsmpeg_service_tcp_port/audio;
proxy_pass http://$target:$jsmpeg_service_tcp_port/;
break;
}

Expand Down

0 comments on commit d3f452e

Please sign in to comment.