summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2023-05-13 16:41:28 -0400
committerDaniel Micay <danielmicay@gmail.com>2023-05-13 16:41:28 -0400
commitacdae9b362123e613a50572752472b6aae55aae5 (patch)
treec2a820cbdaaf8399f9344053bd802c44b01c6917 /nginx
parent52d94b28e3d3777472828f1bf3b81c5ae9821862 (diff)
add missing include for Matrix server delegation
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf1
1 files changed, 1 insertions, 0 deletions
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;
}