From acdae9b362123e613a50572752472b6aae55aae5 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 13 May 2023 16:41:28 -0400 Subject: [PATCH] add missing include for Matrix server delegation --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index f6f62204..8dbcfb27 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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; }