diff --git a/install/rhel/7/templates/web/nginx/php-fpm/opencart.tpl b/install/rhel/7/templates/web/nginx/php-fpm/opencart.tpl index 65c98c0d..e526ab06 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/opencart.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/opencart.tpl @@ -40,6 +40,11 @@ server { deny all; return 404; } + + location /vstats/ { + alias %home%/%user%/web/%domain%/stats/; + include %home%/%user%/conf/web/%domain%.auth*; + } include /etc/nginx/conf.d/phpmyadmin.inc*; include /etc/nginx/conf.d/phppgadmin.inc*;