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

Update nginx.conf

This commit is contained in:
rosbeef andino 2022-07-03 23:39:56 +02:00 committed by GitHub
parent ab0d97ae28
commit cd0747a458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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