1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Don't make slash required in Matomo URL

This commit is contained in:
cwivagg 2022-12-29 05:15:05 -05:00 committed by GitHub
parent 424f15c4d2
commit e635b25d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,6 @@ location ~ ^/matomo(.*)\.php(.*)$ {
fastcgi_param PATH_INFO $2;
}
location ~ ^/matomo/ {
location ~ ^/matomo(/)? {
root /library/www;
}