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

Yes it is

Thé right plaxe
This commit is contained in:
rosbeef andino 2022-07-04 00:00:38 +02:00 committed by GitHub
parent cd0747a458
commit 52bd921377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,7 @@ location __PATH__ {
fastcgi_param SCRIPT_FILENAME cas_server.php;
}
}
location /.wellknown/matrix/client {
add_header 'Access-Control-Allow-Origin' '*';
}