Hi, I think there might be an error with the syntax of line 86 of https://github.com/matomo-org/matomo-nginx/blob/master/sites-available/matomo.conf. I had to change it from: ``` location ~/(.*\.md|LEGALNOTICE|LICENSE) {` ``` To: ``` location ~ /(.*\.md|LEGALNOTICE|LICENSE) { ``` The difference is the space after the tilde character. Then these files were served correctly by Nginx.
Hi,
I think there might be an error with the syntax of line 86 of https://github.com/matomo-org/matomo-nginx/blob/master/sites-available/matomo.conf.
I had to change it from:
To:
The difference is the space after the tilde character.
Then these files were served correctly by Nginx.