Skip to content

Commit 69e6834

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

5353
location /vstats/ {
5454
alias %home%/%user%/web/%domain%/stats/;
55-
include %home%/%user%/conf/web/%domain%.auth
55+
include %home%/%user%/conf/web/%domain%.auth*;
5656
}
5757

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

0 commit comments

Comments
 (0)