Skip to content

Commit 2183149

Browse files
authored
Minor fix for location vstats
1 parent a23ebfd commit 2183149

File tree

1 file changed

+1
-1
lines changed
  • install/rhel/5/templates/web/nginx/php-fpm

1 file changed

+1
-1
lines changed

install/rhel/5/templates/web/nginx/php-fpm/no-php.tpl

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

3333
location /vstats/ {
3434
alias %home%/%user%/web/%domain%/stats/;
35-
include %home%/%user%/conf/web/%domain%.auth
35+
include %home%/%user%/conf/web/%domain%.auth*;
3636
}
3737

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

0 commit comments

Comments
 (0)