Skip to content

Commit 30c3aab

Browse files
authored
Minor fix for location vstats
1 parent ff99e46 commit 30c3aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/6/templates/web/nginx/php-fpm/drupal8.stpl

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

9292
location /vstats/ {
9393
alias %home%/%user%/web/%domain%/stats/;
94-
include %home%/%user%/conf/web/%domain%.auth
94+
include %home%/%user%/conf/web/%domain%.auth*;
9595
}
9696

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

0 commit comments

Comments
 (0)