Skip to content

Commit 7055e98

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

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.tpl

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

5959
location /vstats/ {
6060
alias %home%/%user%/web/%domain%/stats/;
61-
include %home%/%user%/conf/web/%domain%.auth
61+
include %home%/%user%/conf/web/%domain%.auth*;
6262
}
6363

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

0 commit comments

Comments
 (0)