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:
parent
36a8b5d5f8
commit
80835da270
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue