1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse-admin_ynh.git synced 2024-09-03 20:26:34 +02:00

Attempt to fix CORS for Synapse

This commit is contained in:
tituspijean 2022-10-18 08:26:27 +02:00 committed by GitHub
parent 0fc37b19a5
commit 1fc9cfa94f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,4 +5,6 @@ location /_synapse/admin {
proxy_set_header Host $host;
client_max_body_size 100M;
more_set_headers "Access-Control-Allow-Origin: __DOMAIN__";
}