9 lines
234 B
Text
9 lines
234 B
Text
|
location /.well-known/matrix/ {
|
||
|
alias /etc/matrix-synapse/wellknown/;
|
||
|
add_header Access-Control-Allow-Origin *;
|
||
|
}
|
||
|
|
||
|
location /.well-known/acme-challenge/ {
|
||
|
alias /var/run/acme/acme-challenge/;
|
||
|
}
|