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:
parent
424f15c4d2
commit
e635b25d7a
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ location ~ ^/matomo(.*)\.php(.*)$ {
|
|||
fastcgi_param PATH_INFO $2;
|
||||
}
|
||||
|
||||
location ~ ^/matomo/ {
|
||||
location ~ ^/matomo(/)? {
|
||||
root /library/www;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue