Skip to content

Commit 8105624

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

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.tpl

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

4040
location /vstats/ {
4141
alias %home%/%user%/web/%domain%/stats/;
42-
include %home%/%user%/conf/web/%domain%.auth
42+
include %home%/%user%/conf/web/%domain%.auth*;
4343
}
4444

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

0 commit comments

Comments
 (0)