1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-07-12 22:41:50 +02:00

Merge pull request #628 from ctwelve/patch-1

Update CORS for ma1sd
This commit is contained in:
Slavi Pantaleev
2020-08-09 09:08:33 +03:00
committed by GitHub

View File

@ -64,6 +64,7 @@
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
add_header Access-Control-Allow-Origin *;
}
{% endif %}