Skip to content

Commit 67c63a2

Browse files
authored
Minor fix for location vstats
1 parent cabac73 commit 67c63a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

4955
include /etc/nginx/conf.d/phpmyadmin.inc*;
5056
include /etc/nginx/conf.d/phppgadmin.inc*;

0 commit comments

Comments
 (0)