Skip to content

Commit 27ca025

Browse files
authored
Minor fix for location vstats
1 parent aaac5ae commit 27ca025

File tree

1 file changed

+1
-1
lines changed
  • install/rhel/5/templates/web/nginx/php-fpm

1 file changed

+1
-1
lines changed

install/rhel/5/templates/web/nginx/php-fpm/piwik.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ server {
6262

6363
location /vstats/ {
6464
alias %home%/%user%/web/%domain%/stats/;
65-
include %home%/%user%/conf/web/%domain%.auth
65+
include %home%/%user%/conf/web/%domain%.auth*;
6666
}
6767

6868
include /etc/nginx/conf.d/phpmyadmin.inc*;

0 commit comments

Comments
 (0)