|
@@ -60,7 +60,7 @@ location = /_api/room-info {
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
|
|
# ensure all static content can always be found first
|
|
# 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 }}';
|
|
add_header 'Access-Control-Allow-Origin' '{{ $CORS_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN }}';
|
|
alias /usr/share/jitsi-meet/$1/$2;
|
|
alias /usr/share/jitsi-meet/$1/$2;
|
|
|
|
|