Skip to content

Commit 832ce77

Browse files
authored
Minor fix for location vstats
1 parent 88d5a4a commit 832ce77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

117117
location /vstats/ {
118118
alias %home%/%user%/web/%domain%/stats/;
119-
include %home%/%user%/conf/web/%domain%.auth
119+
include %home%/%user%/conf/web/%domain%.auth*;
120120
}
121121

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

0 commit comments

Comments
 (0)