htz.ex42-1048908: fix matrix .well-known config
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
7986f6ee7d
commit
83ff19f3fb
3 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
location /.well-known/matrix/ {
|
location /.well-known/matrix/ {
|
||||||
|
types { } default_type "application/json";
|
||||||
alias /etc/matrix-synapse/wellknown/;
|
alias /etc/matrix-synapse/wellknown/;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
location /.well-known/matrix/ {
|
location /.well-known/matrix/ {
|
||||||
|
types { } default_type "application/json";
|
||||||
alias /etc/matrix-synapse/wellknown/;
|
alias /etc/matrix-synapse/wellknown/;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
client_max_body_size 500M;
|
client_max_body_size 500M;
|
||||||
|
|
||||||
location /.well-known/matrix/ {
|
location /.well-known/matrix/ {
|
||||||
|
types { } default_type "application/json";
|
||||||
alias /etc/matrix-synapse/wellknown/;
|
alias /etc/matrix-synapse/wellknown/;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue