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

Update endpoint.nginx.conf

This commit is contained in:
ericgaspar 2023-02-18 12:46:39 +01:00
parent 8d875dc3c5
commit f4a7ef78fc

View file

@ -9,5 +9,5 @@ location ~ ^(/_matrix|/_synapse/client) {
proxy_http_version 1.1;
more_set_headers "Access-Control-Allow-Origin: __DOMAIN__";
more_set_headers "Access-Control-Allow-Origin: https://__DOMAIN__";
}