bundlewrap/data/nginx/files/extras/htz.ex42-1048908/chat.franzi.business
Franzi 83ff19f3fb
All checks were successful
bundlewrap/pipeline/head This commit looks good
htz.ex42-1048908: fix matrix .well-known config
2020-07-30 15:37:39 +02:00

6 lines
189 B
Plaintext

location /.well-known/matrix/ {
types { } default_type "application/json";
alias /etc/matrix-synapse/wellknown/;
add_header Access-Control-Allow-Origin *;
}