Skip to content

Commit c772626

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

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

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

4449
include /etc/nginx/conf.d/phpmyadmin.inc*;
4550
include /etc/nginx/conf.d/phppgadmin.inc*;

0 commit comments

Comments
 (0)