From e56b80b8fb37492a4699d5a2cacdf75235c79728 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 10 Apr 2020 13:25:17 +0100 Subject: [PATCH] Also ignore matrix config location --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index b6abe1d..bfe1ee0 100644 --- a/nginx.conf +++ b/nginx.conf @@ -40,7 +40,7 @@ http { add_header Referrer-Policy "same-origin"; add_header Strict-Transport-Security "max-age=5184000"; - location ~* ^\/(_matrix|stats|js|scss|img|css|fonts|webfonts)+? { + location ~* ^/(_matrix|stats|js|scss|img|css|fonts|webfonts|\.well-known/matrix)+? { access_log off; }