Skip to content

Commit

Permalink
fix access control for jitsi icons
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Mar 20, 2021
1 parent a979370 commit 83efb38
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/files/nginx/sites/files.l3d.ch_tls.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ server {

root /srv/www/files.l3d.ch;

add_header Access-Control-Allow-Origin "*";

location / {
try_files $uri $uri/ =418;
}
Expand Down

0 comments on commit 83efb38

Please sign in to comment.