Franziska Kunsmann
de632a7725
Some checks failed
bundlewrap/pipeline/head There was a failure building this commit
8 lines
275 B
Text
8 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 *;
|
|
}
|