Skip to content

Commit c3ded9c

Browse files
authored
Minor fix for location vstats
1 parent 0390f2f commit c3ded9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4242
location /vstats/ {
4343
alias %home%/%user%/web/%domain%/stats/;
44-
include %home%/%user%/conf/web/%domain%.auth
44+
include %home%/%user%/conf/web/%domain%.auth*;
4545
}
4646

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

0 commit comments

Comments
 (0)