1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Fix add_header

This commit is contained in:
yalh76 2022-02-06 15:39:34 +01:00
parent 36a8b5d5f8
commit 80835da270

View file

@ -18,7 +18,7 @@ location = /external_api.js {
#ensure all static content can always be found first
location ~ ^/(libs|css|static|images|fonts|lang|sounds|connection_optimization|.well-known)/(.*)$
{
add_header 'Access-Control-Allow-Origin' '*';
more_set_headers "Access-Control-Allow-Origin: *";
alias __FINALPATH__/jitsi-meet-web/$1/$2;
# cache all versioned files