Skip to content

Commit 7d3cba1

Browse files
authored
Minor fix for location vstats
1 parent 5b9e275 commit 7d3cba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

6262
location /vstats/ {
6363
alias %home%/%user%/web/%domain%/stats/;
64-
include %home%/%user%/conf/web/%domain%.auth
64+
include %home%/%user%/conf/web/%domain%.auth*;
6565
}
6666

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

0 commit comments

Comments
 (0)