Skip to content

Commit f62d95a

Browse files
authored
Minor fix for location vstats
1 parent f4d9691 commit f62d95a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.tpl

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

4747
location /vstats/ {
4848
alias %home%/%user%/web/%domain%/stats/;
49-
include %home%/%user%/conf/web/%domain%.auth
49+
include %home%/%user%/conf/web/%domain%.auth*;
5050
}
5151

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

0 commit comments

Comments
 (0)