Skip to content

Commit 6c33109

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

File tree

1 file changed

+1
-1
lines changed
  • install/rhel/5/templates/web/nginx/php-fpm

1 file changed

+1
-1
lines changed

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

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

7777
location /vstats/ {
7878
alias %home%/%user%/web/%domain%/stats/;
79-
include %home%/%user%/conf/web/%domain%.auth
79+
include %home%/%user%/conf/web/%domain%.auth*;
8080
}
8181

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

0 commit comments

Comments
 (0)