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:
parent
0fc37b19a5
commit
1fc9cfa94f
1 changed files with 2 additions and 0 deletions
|
@ -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__";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue