Skip to content

Commit 8882de7

Browse files
authored
Minor fix for location vstats
1 parent 8105624 commit 8882de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

188188
location /vstats/ {
189189
alias %home%/%user%/web/%domain%/stats/;
190-
include %home%/%user%/conf/web/%domain%.auth
190+
include %home%/%user%/conf/web/%domain%.auth*;
191191
}
192192

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

0 commit comments

Comments
 (0)