Skip to content

Commit bf7bd2d

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

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.tpl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ server {
4040
deny all;
4141
return 404;
4242
}
43+
44+
45+
location /vstats/ {
46+
alias %home%/%user%/web/%domain%/stats/;
47+
include %home%/%user%/conf/web/%domain%.auth*;
48+
}
4349

4450
include /etc/nginx/conf.d/phpmyadmin.inc*;
4551
include /etc/nginx/conf.d/phppgadmin.inc*;

0 commit comments

Comments
 (0)