Skip to content

Commit c13dc8a

Browse files
authored
Minor fix for location vstats
1 parent 078605c commit c13dc8a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/rhel/6/templates/web/nginx/php-fpm/opencart.stpl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ server {
4545
deny all;
4646
return 404;
4747
}
48+
49+
location /vstats/ {
50+
alias %home%/%user%/web/%domain%/stats/;
51+
include %home%/%user%/conf/web/%domain%.auth*;
52+
}
4853

4954
include /etc/nginx/conf.d/phpmyadmin.inc*;
5055
include /etc/nginx/conf.d/phppgadmin.inc*;

0 commit comments

Comments
 (0)