Skip to content

Commit 2f9f63a

Browse files
authored
Minor fix for location vstats
1 parent 623fe4f commit 2f9f63a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/rhel/7/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)