diff --git a/install/rhel/5/templates/web/nginx/php-fpm/opencart.stpl b/install/rhel/5/templates/web/nginx/php-fpm/opencart.stpl index bf93eb96..7db1cacf 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/opencart.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/opencart.stpl @@ -45,6 +45,12 @@ 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*;