Skip to content

Commit 11bb572

Browse files
authored
Minor fix for location vstats
1 parent e8ddbbf commit 11bb572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/5/templates/web/nginx/php-fpm/moodle.stpl

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

8080
location /vstats/ {
8181
alias %home%/%user%/web/%domain%/stats/;
82-
include %home%/%user%/conf/web/%domain%.auth
82+
include %home%/%user%/conf/web/%domain%.auth*;
8383
}
8484

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

0 commit comments

Comments
 (0)