From 27d71b28f771b4ebd60cb82207cee8203e09bee4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:21 +0300 Subject: [PATCH] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/laravel.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/laravel.tpl b/install/rhel/6/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/laravel.tpl @@ -39,7 +39,7 @@ server { location /vstats/ { alias %home%/%user%/web/%domain%/stats/; - include %home%/%user%/conf/web/%domain%.auth + include %home%/%user%/conf/web/%domain%.auth*; } include /etc/nginx/conf.d/phpmyadmin.inc*;