Skip to content

Commit e8ddbbf

Browse files
authored
Minor fix for location vstats
1 parent ddfb496 commit e8ddbbf

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

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

5555
location /vstats/ {
5656
alias %home%/%user%/web/%domain%/stats/;
57-
include %home%/%user%/conf/web/%domain%.auth
57+
include %home%/%user%/conf/web/%domain%.auth*;
5858
}
5959

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

0 commit comments

Comments
 (0)