add missing include for Matrix server delegation

This commit is contained in:
Daniel Micay 2023-05-13 16:41:28 -04:00
parent 52d94b28e3
commit acdae9b362

View File

@ -328,6 +328,7 @@ http {
}
location = /.well-known/matrix/server {
include snippets/security-headers.conf;
add_header Cache-Control "public, max-age=172800";
default_type application/json;
}