Skip to content

Commit 06d628a

Browse files
authored
Minor fix for location vstats
1 parent 1bd895e commit 06d628a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

8989
location /vstats/ {
9090
alias %home%/%user%/web/%domain%/stats/;
91-
include %home%/%user%/conf/web/%domain%.auth
91+
include %home%/%user%/conf/web/%domain%.auth*;
9292
}
9393

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

0 commit comments

Comments
 (0)