Skip to content

Commit 3f4fda7

Browse files
authored
Minor fix for location vstats
1 parent 801ccc6 commit 3f4fda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/6/templates/web/nginx/php-fpm/owncloud.tpl

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

7171
location /vstats/ {
7272
alias %home%/%user%/web/%domain%/stats/;
73-
include %home%/%user%/conf/web/%domain%.auth
73+
include %home%/%user%/conf/web/%domain%.auth*;
7474
}
7575

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

0 commit comments

Comments
 (0)