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; }