This commit is contained in:
Tommy 2022-07-01 13:57:42 -07:00 committed by GitHub
commit 52ffdb47ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,5 +38,10 @@ server {
set $upstream_port 8008;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
location /.well-known/matrix/client {
default_type application/json;
add_header Access-Control-Allow-Origin *;
}
}
}