Skip to content

Commit 92476ff

Browse files
authored
Minor fix for location vstats
1 parent d3f626c commit 92476ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/5/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)