Skip to content

Commit 86c3a44

Browse files
authored
Minor fix for location vstats
1 parent bf7bd2d commit 86c3a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

7575
location /vstats/ {
7676
alias %home%/%user%/web/%domain%/stats/;
77-
include %home%/%user%/conf/web/%domain%.auth
77+
include %home%/%user%/conf/web/%domain%.auth*;
7878
}
7979

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

0 commit comments

Comments
 (0)