Skip to content

Commit

Permalink
feat(transcriber): fix exposing transcript path in web
Browse files Browse the repository at this point in the history
This addes the transcipts path to the list of static items that should
be allowed by nginx.

Fixes #1427

Signed-off-by: Ben Magistro <koncept1@gmail.com>
  • Loading branch information
bmagistro authored and saghul committed Oct 28, 2024
1 parent 74d913f commit 6443c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/rootfs/defaults/meet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ location = /_api/room-info {
{{ end }}

# ensure all static content can always be found first
location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|.well-known)/(.*)$ {
location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|.well-known|transcripts)/(.*)$ {
add_header 'Access-Control-Allow-Origin' '{{ $CORS_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN }}';
alias /usr/share/jitsi-meet/$1/$2;

Expand Down

0 comments on commit 6443c6f

Please sign in to comment.