Skip to content

Commit fc5ad23

Browse files
authored
Minor fix for location vstats
1 parent 0a64f3a commit fc5ad23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/6/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)