Skip to content

Commit 89972ac

Browse files
authored
Minor fix for location vstats
1 parent c22f9e9 commit 89972ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

4646
location /vstats/ {
4747
alias %home%/%user%/web/%domain%/stats/;
48-
include %home%/%user%/conf/web/%domain%.auth
48+
include %home%/%user%/conf/web/%domain%.auth*;
4949
}
5050

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

0 commit comments

Comments
 (0)