1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

fix access control for jitsi icons

This commit is contained in:
L3D 2021-03-20 17:29:47 +01:00
parent a979370a5d
commit 83efb38848
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -10,6 +10,8 @@ server {
root /srv/www/files.l3d.ch;
add_header Access-Control-Allow-Origin "*";
location / {
try_files $uri $uri/ =418;
}