Skip to content

Commit 974ab1b

Browse files
authored
Minor fix for location vstats
1 parent 7055e98 commit 974ab1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

5656
location /vstats/ {
5757
alias %home%/%user%/web/%domain%/stats/;
58-
include %home%/%user%/conf/web/%domain%.auth
58+
include %home%/%user%/conf/web/%domain%.auth*;
5959
}
6060

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

0 commit comments

Comments
 (0)