Skip to content

Commit 4e237d6

Browse files
authored
Minor fix for location vstats
1 parent 9edc9df commit 4e237d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/7/templates/web/nginx/php-fpm/drupal7.tpl

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

8888
location /vstats/ {
8989
alias %home%/%user%/web/%domain%/stats/;
90-
include %home%/%user%/conf/web/%domain%.auth
90+
include %home%/%user%/conf/web/%domain%.auth*;
9191
}
9292

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

0 commit comments

Comments
 (0)