1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Merge pull request #99 from rakoo/patch-1

server_name.conf: remove trailing comma
This commit is contained in:
tituspijean 2023-06-22 10:30:08 +02:00 committed by GitHub
commit ecc9c2fc46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ location /.well-known/matrix/server {
location /.well-known/matrix/client {
return 200 '{
"m.homeserver": { "base_url": "https://__DOMAIN__" },
"m.homeserver": { "base_url": "https://__DOMAIN__" }
}';
add_header Content-Type application/json;
add_header Access-Control-Allow-Origin '*';