9 lines
275 B
Text
9 lines
275 B
Text
|
add_header Content-Security-Policy "frame-ancestors 'self' chat.franzi.business matrix.nyantec.com";
|
||
|
|
||
|
client_max_body_size 50M;
|
||
|
|
||
|
location /.well-known/matrix/ {
|
||
|
alias /etc/matrix-synapse/wellknown/;
|
||
|
add_header Access-Control-Allow-Origin *;
|
||
|
}
|