Also ignore matrix config location
This commit is contained in:
parent
ec3f375f55
commit
e56b80b8fb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue