Skip to content

Commit a23ebfd

Browse files
authored
Minor fix for location vstats
1 parent 6c33109 commit a23ebfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

3737
location /vstats/ {
3838
alias %home%/%user%/web/%domain%/stats/;
39-
include %home%/%user%/conf/web/%domain%.auth
39+
include %home%/%user%/conf/web/%domain%.auth*;
4040
}
4141

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

0 commit comments

Comments
 (0)