Skip to content

Commit

Permalink
fix(jicofo): conference request nginx config add expose headers for c…
Browse files Browse the repository at this point in the history
…ors (#15084)

* fix(jicofo): conference request nginx config add expose headers for content type
  • Loading branch information
aaronkvanmeerten authored Sep 3, 2024
1 parent d755b9d commit 79322f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/debian/jitsi-meet/jitsi-meet.example
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ server {
proxy_pass http://127.0.0.1:8888/conference-request/v1$1;
add_header "Cache-Control" "no-cache, no-store";
add_header 'Access-Control-Allow-Origin' '*';
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS';
add_header 'Access-Control-Allow-Headers' 'DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Content-Type';
}
location ~ ^/([^/?&:'"]+)/conference-request/v1(\/.*)?$ {
rewrite ^/([^/?&:'"]+)/conference-request/v1(\/.*)?$ /conference-request/v1$2;
Expand Down

0 comments on commit 79322f6

Please sign in to comment.