Skip to content

Commit 9edc9df

Browse files
authored
Minor fix for location vstats
1 parent 7ea0814 commit 9edc9df

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

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

9191
location /vstats/ {
9292
alias %home%/%user%/web/%domain%/stats/;
93-
include %home%/%user%/conf/web/%domain%.auth
93+
include %home%/%user%/conf/web/%domain%.auth*;
9494
}
9595

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

0 commit comments

Comments
 (0)