Skip to content

Commit af63329

Browse files
authored
Minor fix for location vstats
1 parent c6e525e commit af63329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/7/templates/web/nginx/php-fpm/wordpress.stpl

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

4545
location /vstats/ {
4646
alias %home%/%user%/web/%domain%/stats/;
47-
include %home%/%user%/conf/web/%domain%.auth
47+
include %home%/%user%/conf/web/%domain%.auth*;
4848
}
4949

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

0 commit comments

Comments
 (0)