Skip to content

Commit 05c9905

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

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

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

184184
location /vstats/ {
185185
alias %home%/%user%/web/%domain%/stats/;
186-
include %home%/%user%/conf/web/%domain%.auth
186+
include %home%/%user%/conf/web/%domain%.auth*;
187187
}
188188

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

0 commit comments

Comments
 (0)