Skip to content

Commit 9525162

Browse files
authored
Minor fix for location vstats
1 parent 0c121ec commit 9525162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.stpl

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

5151
location /vstats/ {
5252
alias %home%/%user%/web/%domain%/stats/;
53-
include %home%/%user%/conf/web/%domain%.auth
53+
include %home%/%user%/conf/web/%domain%.auth*;
5454
}
5555

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

0 commit comments

Comments
 (0)