From 81a764c7f91a11b2ce302676653aa8d9437193e4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 18:32:00 +0300 Subject: [PATCH 001/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/default.tpl b/install/rhel/7/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/default.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; From d6b075195dae12b6dc8663d9d362a5cda9779096 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 18:33:45 +0300 Subject: [PATCH 002/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/default.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/default.stpl b/install/rhel/7/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/default.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; From c07e0a673c609e23287c3a5a8feef62c82f5f99e Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 18:35:19 +0300 Subject: [PATCH 003/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/default.tpl b/install/rhel/6/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/default.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; From 5c89e35a618d40a208253ceb229411308b7048f2 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 18:35:47 +0300 Subject: [PATCH 004/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/default.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/default.stpl b/install/rhel/6/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/default.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; From 07dff0721e1956d288b1a86741be6cb2af6ef195 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:40:29 +0300 Subject: [PATCH 005/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; From 8b778bdf1ac62b011e4b853611c69b32844bb282 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:40:41 +0300 Subject: [PATCH 006/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; From 540d068e1a043e02de6502b3029e8e991bfc746c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:40:54 +0300 Subject: [PATCH 007/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; From 0390f2fd91c6b1436fd82a358636c59f9d9e6314 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:41:05 +0300 Subject: [PATCH 008/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; From c3ded9c196c6f05042e46f7b139e7408dbd9275b Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:44:01 +0300 Subject: [PATCH 009/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; From 458d622a918da0d188b8d288ec70bda2fd333351 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:44:11 +0300 Subject: [PATCH 010/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; From cd2baecd5e2da1e2e18d9a7a9d9e91b20a04afdf Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:44:19 +0300 Subject: [PATCH 011/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; From 76b5a440e2d98ce36276704292f35d1d776b0df8 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:44:28 +0300 Subject: [PATCH 012/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; From fefcacfd8089d568f1403d8aff2de6a60417b352 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:44:37 +0300 Subject: [PATCH 013/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; From 7ea0814d37fd3a89fdd828c0cb02560f1e031b86 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:44:47 +0300 Subject: [PATCH 014/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/drupal6.stpl b/install/rhel/7/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; From 9edc9dfd02b2fc07511117c11a9dc27188dc7b1f Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:45:04 +0300 Subject: [PATCH 015/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/drupal7.stpl b/install/rhel/7/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; From 4e237d68a9959bb480a05e34d909f4286be85238 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:45:14 +0300 Subject: [PATCH 016/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/drupal7.tpl b/install/rhel/7/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; From 1bd895e66d09e687b7adbb4c91d09e57d6624f13 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:45:25 +0300 Subject: [PATCH 017/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/drupal8.stpl b/install/rhel/7/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; From 06d628ad154c1355aa1590f1c9b612bf4107aa45 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:45:32 +0300 Subject: [PATCH 018/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/drupal8.tpl b/install/rhel/7/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; From 69e68341e5f67ebbb7fb8b897ee12617647e0e50 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:45:39 +0300 Subject: [PATCH 019/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/joomla.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/joomla.stpl b/install/rhel/7/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; From affc328a5e8ceac96872b9d230f54b5f6e55e39a Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:45:46 +0300 Subject: [PATCH 020/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/joomla.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/joomla.tpl b/install/rhel/7/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; From 60dc793dac9131b5bc45b3136a54fab46e2ff389 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:45:55 +0300 Subject: [PATCH 021/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl b/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; From d3abb41f33fe122bca43184de08059c0c7d09a75 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:46:09 +0300 Subject: [PATCH 022/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/laravel.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/laravel.tpl b/install/rhel/7/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/rhel/7/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*; From f107b95abb6ae941c6931e8467548b2680d016f5 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:50:57 +0300 Subject: [PATCH 023/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/magento.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/magento.stpl b/install/rhel/7/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/magento.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; From f8bc0b6bde40518273cade2cd650da6d5520f1e2 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:51:03 +0300 Subject: [PATCH 024/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/magento.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/magento.tpl b/install/rhel/7/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/magento.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; From 01509d34fcc6a5af9231b89b62efa1b9044e6a0c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:51:09 +0300 Subject: [PATCH 025/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; From 2f3ce1ebf5cf433f6b4345d57646e0f67f673f1c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:55:39 +0300 Subject: [PATCH 026/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/drupal6.tpl b/install/rhel/7/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; From fabe81931f6033811b4da97381360a27a35d2fee Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:55:45 +0300 Subject: [PATCH 027/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/modx.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/modx.stpl b/install/rhel/7/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/modx.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; From 73e8e37c9c53cb17b134e43f0bc9ceba080eb986 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:55:59 +0300 Subject: [PATCH 028/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/modx.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/modx.tpl b/install/rhel/7/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/modx.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; From 42b6aaa06085d7b299e6193b10918b822de2ebcc Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:56:04 +0300 Subject: [PATCH 029/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/moodle.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/moodle.stpl b/install/rhel/7/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; From e7d5867d7c11e3b58619864168a37d3ea583c85d Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:56:15 +0300 Subject: [PATCH 030/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/moodle.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/moodle.tpl b/install/rhel/7/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; From 3c1e36372a62200b8567e5e335758a97084d27d5 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:56:18 +0300 Subject: [PATCH 031/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/no-php.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/no-php.stpl b/install/rhel/7/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; From b87bba2301cff32ec6c27aa18f5204dad56329d3 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:56:22 +0300 Subject: [PATCH 032/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/no-php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/no-php.tpl b/install/rhel/7/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; From a6b8868897001d28e3c6a60c13c4e89a27a13199 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:56:35 +0300 Subject: [PATCH 033/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/odoo.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/odoo.stpl b/install/rhel/7/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; From 623fe4f57d72f042bd8b49f5cac2f36d70a70df9 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:56:41 +0300 Subject: [PATCH 034/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/odoo.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/odoo.tpl b/install/rhel/7/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; From 2f9f63a8edb58c3be940e78be38d4156a79a5965 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:56:48 +0300 Subject: [PATCH 035/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/opencart.stpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/opencart.stpl b/install/rhel/7/templates/web/nginx/php-fpm/opencart.stpl index bf93eb96..babf82a8 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/opencart.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/opencart.stpl @@ -45,6 +45,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*; From c772626a026f8481b6a642476e296429faa25367 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:57:04 +0300 Subject: [PATCH 036/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/opencart.tpl | 5 +++++ 1 file changed, 5 insertions(+) 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*; From 2fcf41b8cd8721c0251068c5cba9cb603f55130b Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:57:08 +0300 Subject: [PATCH 037/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/owncloud.stpl b/install/rhel/7/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; From 2b5e397c497d96f6d7bef05aa97bf5ddf26267b7 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 20:57:48 +0300 Subject: [PATCH 038/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/owncloud.tpl b/install/rhel/7/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; From e23574605570be6663c9ca5c193d921160c49864 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:13 +0300 Subject: [PATCH 039/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/piwik.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/piwik.stpl b/install/rhel/7/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; From 95fff9b58d8bf352d46856c86444d02db721bc7c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:19 +0300 Subject: [PATCH 040/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/piwik.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/piwik.tpl b/install/rhel/7/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; From 102b7ecece9554958b128919a419c51617f0e7f1 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:27 +0300 Subject: [PATCH 041/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.stpl b/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; From c6e525ebdac73ba70c749ddde266be1e53ff9d53 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:30 +0300 Subject: [PATCH 042/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.tpl b/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; From af63329c0ab3c624dce5859c8c5a40470b222a9f Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:34 +0300 Subject: [PATCH 043/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/wordpress.stpl b/install/rhel/7/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; From 1c40b8f6570a5b1ce54db510b80a0006f3d067d3 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:37 +0300 Subject: [PATCH 044/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/wordpress.tpl b/install/rhel/7/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; From 4c5a0e6ec065d38e7e16a7954ea367456c7affa4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:41 +0300 Subject: [PATCH 045/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.stpl b/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; From fa4a4468b5450ac893c3c0645915fde20010af56 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:01:51 +0300 Subject: [PATCH 046/136] Minor fix for location vstats --- install/rhel/7/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.tpl b/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; From 41281bcece53c94af280c7c694ffe44e97e610e8 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:07:28 +0300 Subject: [PATCH 047/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; From 0c121ecc6c5a1dce7aacbab73de61d6195308bfa Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:07:31 +0300 Subject: [PATCH 048/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; From 95251626b0cc1ef08fcd79886a1dabe75dfd0f8a Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:07:35 +0300 Subject: [PATCH 049/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; From fe6b894fe63f84c0e07cac25fdf312d154c460f4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:07:39 +0300 Subject: [PATCH 050/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; From 0addb917444477f8f62041c257ab9d239fac46c0 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:07:49 +0300 Subject: [PATCH 051/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; From ad28e5976b664b69ba83e97ea7f67ba5c182825c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:07:52 +0300 Subject: [PATCH 052/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; From 7ff936da8e619acb44709f7dbd4e890718f9c4c6 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:07:57 +0300 Subject: [PATCH 053/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; From 5b9e275cede2eb080a8da3f66915fe1620b96477 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:08:04 +0300 Subject: [PATCH 054/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; From 7d3cba12057f0e4b815446443e585221cec39c9e Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:08:08 +0300 Subject: [PATCH 055/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; From d939443d1add64f234ad306605d470993c10916a Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:08:12 +0300 Subject: [PATCH 056/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; From 69884fc58c0ddb4846b3e4e4530eaccfa9b01138 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:08:20 +0300 Subject: [PATCH 057/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/drupal6.stpl b/install/rhel/6/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; From ba8f1d9c6e5c770d0ccbfd5f8fb472be9bce652b Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:09:04 +0300 Subject: [PATCH 058/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/drupal6.tpl b/install/rhel/6/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; From e52bf500646c159201fb56d64ca333c12f7b2e87 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:09:18 +0300 Subject: [PATCH 059/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/drupal7.stpl b/install/rhel/6/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; From ff99e4614d42b49af56caca8b9df5dc02c780eb1 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:11:53 +0300 Subject: [PATCH 060/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/drupal7.tpl b/install/rhel/6/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; From 30c3aaba98229422efd4550875f3f9111d3925a5 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:11:57 +0300 Subject: [PATCH 061/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/drupal8.stpl b/install/rhel/6/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; From a04e0c38684cc6c9bd6c048cf8cae9396a2a0649 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:01 +0300 Subject: [PATCH 062/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/drupal8.tpl b/install/rhel/6/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; From 343543e850f2ba80f3af15544777de4ce72e66e8 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:05 +0300 Subject: [PATCH 063/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/joomla.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/joomla.tpl b/install/rhel/6/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; From 8fefe4546ed702025c2c8cf993eacdeaf5966feb Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:17 +0300 Subject: [PATCH 064/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl b/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; From 27d71b28f771b4ebd60cb82207cee8203e09bee4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:21 +0300 Subject: [PATCH 065/136] 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*; From 70d2ef06da378cba11e57a1ecbbaa87d2cace0ed Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:25 +0300 Subject: [PATCH 066/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/magento.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/magento.stpl b/install/rhel/6/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/magento.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; From 2db6ba991827483a6c472c6593b0ac72b7f27a55 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:28 +0300 Subject: [PATCH 067/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/magento.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/magento.tpl b/install/rhel/6/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/magento.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; From 05887707920c1333f34fe29ab98f2c0bc68921ac Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:32 +0300 Subject: [PATCH 068/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/modx.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/modx.stpl b/install/rhel/6/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/modx.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; From 0a64f3a3d3790c7699fc21c35fb71a37edcf0cd2 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:50 +0300 Subject: [PATCH 069/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/modx.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/modx.tpl b/install/rhel/6/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/modx.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; From fc5ad2350ed5639d31cfd8ddafea77e54f894895 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:12:56 +0300 Subject: [PATCH 070/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/moodle.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/moodle.stpl b/install/rhel/6/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; From 112106182f99cb81233f365b3455fe07a0fd61f1 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:13:03 +0300 Subject: [PATCH 071/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/moodle.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/moodle.tpl b/install/rhel/6/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; From 41c694f071b58465b386a967059bd669afe5db51 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:13:08 +0300 Subject: [PATCH 072/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/no-php.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/no-php.stpl b/install/rhel/6/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; From 18fbc90eaf0dd90975ba5381153abae3e972f46f Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:15:21 +0300 Subject: [PATCH 073/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/joomla.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/joomla.stpl b/install/rhel/6/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; From b23c43fc6199df6e564dfda5ddec11acbb55b051 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:15:29 +0300 Subject: [PATCH 074/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/no-php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/no-php.tpl b/install/rhel/6/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; From 45de8443e00e769889a081dbb28a5b1ec0ac7b0d Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:15:33 +0300 Subject: [PATCH 075/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/odoo.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/odoo.stpl b/install/rhel/6/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; From 078605c2f3e1823e66293f4e858267648885c1d4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:15:40 +0300 Subject: [PATCH 076/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/odoo.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/odoo.tpl b/install/rhel/6/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; From c13dc8aaad31d76ba093580336900d6b38c70aa5 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:15:52 +0300 Subject: [PATCH 077/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/opencart.stpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/opencart.stpl b/install/rhel/6/templates/web/nginx/php-fpm/opencart.stpl index bf93eb96..babf82a8 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/opencart.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/opencart.stpl @@ -45,6 +45,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*; From 86f260a8dd53666f9c0cfe85b631975939729087 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:16:15 +0300 Subject: [PATCH 078/136] Minor fix for location vstats From be66e4a32ed205083621269853ff3df8694e7ee1 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:17:40 +0300 Subject: [PATCH 079/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/opencart.tpl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/opencart.tpl b/install/rhel/6/templates/web/nginx/php-fpm/opencart.tpl index 65c98c0d..e5088b24 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/opencart.tpl +++ b/install/rhel/6/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*; From 801ccc6abbb089a70ba64255a8ecb9996ceebba6 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:08 +0300 Subject: [PATCH 080/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/owncloud.stpl b/install/rhel/6/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; From 3f4fda7a49704d5491be8003881d5889f4dad873 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:11 +0300 Subject: [PATCH 081/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/owncloud.tpl b/install/rhel/6/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; From 3b84512e0bd9d48ec053192aa904a62960d380d4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:15 +0300 Subject: [PATCH 082/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/piwik.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/piwik.stpl b/install/rhel/6/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; From a23f94db2f2832b64f57ab80dc3013d147fcb5ac Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:22 +0300 Subject: [PATCH 083/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/piwik.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/piwik.tpl b/install/rhel/6/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; From 37551772fbb65e5efbe39f86f43c381005688e60 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:27 +0300 Subject: [PATCH 084/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.stpl b/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; From cf73e9e7194972967400ebbc394400852e17f904 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:31 +0300 Subject: [PATCH 085/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.tpl b/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; From 8459133070dd41ba1359abadbd36ba6e9252640a Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:35 +0300 Subject: [PATCH 086/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/wordpress.stpl b/install/rhel/6/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; From 2d63a96289e13ecc68b8e7b3d421d9e5801d6e5a Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:41 +0300 Subject: [PATCH 087/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/wordpress.tpl b/install/rhel/6/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; From e96d21cc44706ba39cfb223c54577e438edc7aad Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:45 +0300 Subject: [PATCH 088/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.stpl b/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; From 9b983be91dd462be4ea205fbde7a064191cae965 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:20:49 +0300 Subject: [PATCH 089/136] Minor fix for location vstats --- install/rhel/6/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.tpl b/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; From 0acdb6c15bc224ed01511aa46301b2afc752432e Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:25:49 +0300 Subject: [PATCH 090/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; From fb41566ae40a3d6073e13b8491a2cb3c412e7074 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:25:52 +0300 Subject: [PATCH 091/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; From f4d969136b48d9ad252843020886ecd6c18486f4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:25:56 +0300 Subject: [PATCH 092/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; From f62d95a29644efc3087514f1b1622513acae5d46 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:00 +0300 Subject: [PATCH 093/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; From f68a8cf936cb767df666e92558e9707ad68f6e84 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:04 +0300 Subject: [PATCH 094/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; From 88d5a4aeb1898cb36ca7ba037470f44261ba977d Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:09 +0300 Subject: [PATCH 095/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; From 832ce77c54300db56b59c076225ba8d93e94e3f6 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:13 +0300 Subject: [PATCH 096/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; From 014da894ec108e1d3c691f268b3061a899e8f335 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:17 +0300 Subject: [PATCH 097/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; From eab896adf8854b9f4d5f20751dbb9fdd3dab33a2 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:21 +0300 Subject: [PATCH 098/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/default.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/default.stpl b/install/rhel/5/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/default.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; From 36d4a73bb23b3e751ba91d4e24660e664dedd38b Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:26 +0300 Subject: [PATCH 099/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/default.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/default.tpl b/install/rhel/5/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/default.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; From 1ded551dc04c1772fbcaa776132c3ff329fd89c3 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:30 +0300 Subject: [PATCH 100/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; From 8a3babe406c7d04cf3fd124fe10bb3ccc4c5055f Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:34 +0300 Subject: [PATCH 101/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; From 0aa17dc7493dfd125c807ad3eb94d367312c6985 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:26:40 +0300 Subject: [PATCH 102/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/drupal6.stpl b/install/rhel/5/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; From 34c6ee93b95c26192ba06710e23ab0214f4c51ef Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 24 Dec 2017 20:27:45 +0200 Subject: [PATCH 103/136] fix for multiple init scripts --- bin/v-restart-web-backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/v-restart-web-backend b/bin/v-restart-web-backend index b18f6abc..66304187 100755 --- a/bin/v-restart-web-backend +++ b/bin/v-restart-web-backend @@ -50,7 +50,7 @@ if [ -z "$WEB_BACKEND" ] || [ "$WEB_BACKEND" = 'remote' ]; then fi # Restart system -php_fpm=$(ls /etc/init.d/php*-fpm* 2>/dev/null |cut -f 4 -d /) +php_fpm=$(ls /etc/init.d/php*-fpm* 2>/dev/null |cut -f 4 -d / |head -n1) if [ -z "$php_fpm" ]; then service $WEB_BACKEND restart >/dev/null 2>&1 else From 6f4b227028ba7d715d0394d4ef467bc07284425d Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:28:27 +0300 Subject: [PATCH 104/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/drupal6.tpl b/install/rhel/5/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; From f107270195c8e46a9909bf91e90b8596302a4597 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:28:30 +0300 Subject: [PATCH 105/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/drupal7.stpl b/install/rhel/5/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; From d3f626cff1b16f33a412545a386d12e4b6230583 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:28:34 +0300 Subject: [PATCH 106/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/drupal7.tpl b/install/rhel/5/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; From 92476ff512c25d4323f2d82ab3a07099f9b9d9c1 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:28:41 +0300 Subject: [PATCH 107/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/drupal8.stpl b/install/rhel/5/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; From 34e9998fda1154ed64e874465249cc68f32d6463 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:28:45 +0300 Subject: [PATCH 108/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/drupal8.tpl b/install/rhel/5/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; From af2de0377c114865f7fe879c2071df5ab297aa99 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:35:21 +0300 Subject: [PATCH 109/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/joomla.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/joomla.stpl b/install/rhel/5/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; From c22f9e9bdc72e637fdba7950d621f02fac4d5941 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:35:24 +0300 Subject: [PATCH 110/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/joomla.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/joomla.tpl b/install/rhel/5/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; From 89972acf958ab9d2e1664acf4b0890c007fd8a33 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:35:28 +0300 Subject: [PATCH 111/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl b/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; From 810562428a4ac79cca545892b7822982b005d80c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:35:33 +0300 Subject: [PATCH 112/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/laravel.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/laravel.tpl b/install/rhel/5/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/rhel/5/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*; From 8882de780ae5f2fa610960a318fb2fa72776aead Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:35:46 +0300 Subject: [PATCH 113/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/magento.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/magento.stpl b/install/rhel/5/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/magento.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; From 05c990573875342c2f28982d662548c3e563261b Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:35:49 +0300 Subject: [PATCH 114/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/magento.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/magento.tpl b/install/rhel/5/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/magento.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; From ddfb49677311b88e964a1cddc699880e4e31f9c9 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:35:52 +0300 Subject: [PATCH 115/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/modx.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/modx.stpl b/install/rhel/5/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/modx.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; From e8ddbbfbb1c22b19b3cf329e800c2f13813b3d92 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:36:04 +0300 Subject: [PATCH 116/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/modx.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/modx.tpl b/install/rhel/5/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/modx.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; From 11bb57224cd0b5bd85f9256e36cc2ddb8c279139 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:36:08 +0300 Subject: [PATCH 117/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/moodle.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/moodle.stpl b/install/rhel/5/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; From 6c331096eb3a2f2988c9502d154a11ea32f74256 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:36:14 +0300 Subject: [PATCH 118/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/moodle.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/moodle.tpl b/install/rhel/5/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; From a23ebfdd48b1d279d21a60ba280c4ac6d98f180b Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:36:18 +0300 Subject: [PATCH 119/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/no-php.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/no-php.stpl b/install/rhel/5/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; From 21831498f48cf99d91857aaed3be3aa0e9f11e61 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:36:30 +0300 Subject: [PATCH 120/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/no-php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/no-php.tpl b/install/rhel/5/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; From 960c030fe15b1da8552e7626462614cff4c2da0e Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:36:34 +0300 Subject: [PATCH 121/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/odoo.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/odoo.stpl b/install/rhel/5/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; From cabac735fe557cdaedfd7b41c18c162ec207e391 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:38:18 +0300 Subject: [PATCH 122/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/odoo.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/odoo.tpl b/install/rhel/5/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; From 67c63a27f6888c9a2e88c0ec9302d95ffa310e66 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:38:23 +0300 Subject: [PATCH 123/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/opencart.stpl | 6 ++++++ 1 file changed, 6 insertions(+) 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*; From bf7bd2d798115d7f49b4353fc2c947130619409e Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:38:29 +0300 Subject: [PATCH 124/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/opencart.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/opencart.tpl b/install/rhel/5/templates/web/nginx/php-fpm/opencart.tpl index 65c98c0d..671e9949 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/opencart.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/opencart.tpl @@ -40,6 +40,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*; From 86c3a44d67e3ee9b0d371dcd26bb5e9a125178f4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:38:36 +0300 Subject: [PATCH 125/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/owncloud.stpl b/install/rhel/5/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; From aaac5aeb2b755e01604564b9efda5ec410ff61fe Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:38:42 +0300 Subject: [PATCH 126/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/owncloud.tpl b/install/rhel/5/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; From 27ca0252f76b83b366fef3892a900e4346e00b46 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:40:28 +0300 Subject: [PATCH 127/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/piwik.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/piwik.stpl b/install/rhel/5/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; From 7055e985360b7752835f5ec1c37cb2677f6312b4 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:40:32 +0300 Subject: [PATCH 128/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/piwik.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/piwik.tpl b/install/rhel/5/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; From 974ab1bbdbe1d3f7476817042dc4d06dbb456e3c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:40:35 +0300 Subject: [PATCH 129/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.stpl b/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; From 6321daca29a70786183ebcb631ae71c1764186b0 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:40:50 +0300 Subject: [PATCH 130/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.tpl b/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; From a98c825bfe80d7cc090fa21435bf96f089c9061e Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:40:53 +0300 Subject: [PATCH 131/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/wordpress.stpl b/install/rhel/5/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; From 887fabd7b19a1cb367c731a5f693d6657303b13c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:41:07 +0300 Subject: [PATCH 132/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/wordpress.tpl b/install/rhel/5/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; From b4be39bfd0738e31a6b1a61c46fdff143007b86c Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:41:10 +0300 Subject: [PATCH 133/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.stpl b/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; From 9de4900f4371068a3917334780a777cf07cf7d3a Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Sun, 24 Dec 2017 21:41:16 +0300 Subject: [PATCH 134/136] Minor fix for location vstats --- install/rhel/5/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.tpl b/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; From acdcfd3aac7c5c564c88ea77928cb3eb570d0f23 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 24 Dec 2017 21:45:24 +0200 Subject: [PATCH 135/136] added trailing ; --- .../debian/7/templates/web/nginx/php5-fpm/cms_made_simple.stpl | 2 +- .../debian/7/templates/web/nginx/php5-fpm/cms_made_simple.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.tpl | 2 +- .../debian/7/templates/web/nginx/php5-fpm/datalife_engine.stpl | 2 +- .../debian/7/templates/web/nginx/php5-fpm/datalife_engine.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/default.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/default.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/drupal6.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/drupal6.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/drupal7.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/drupal7.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/drupal8.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/drupal8.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/joomla.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/joomla.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/laravel.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/magento.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/magento.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/modx.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/modx.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/moodle.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/moodle.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/no-php.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/no-php.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/odoo.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/odoo.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/owncloud.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/owncloud.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/piwik.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/piwik.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/pyrocms.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/pyrocms.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/wordpress.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/wordpress.tpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/wordpress2.stpl | 2 +- install/debian/7/templates/web/nginx/php5-fpm/wordpress2.tpl | 2 +- .../debian/8/templates/web/nginx/php5-fpm/cms_made_simple.stpl | 2 +- .../debian/8/templates/web/nginx/php5-fpm/cms_made_simple.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.tpl | 2 +- .../debian/8/templates/web/nginx/php5-fpm/datalife_engine.stpl | 2 +- .../debian/8/templates/web/nginx/php5-fpm/datalife_engine.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/default.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/default.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/drupal6.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/drupal6.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/drupal7.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/drupal7.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/drupal8.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/drupal8.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/joomla.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/joomla.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/laravel.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/magento.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/magento.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/modx.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/modx.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/moodle.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/moodle.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/no-php.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/no-php.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/odoo.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/odoo.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/owncloud.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/owncloud.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/piwik.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/piwik.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/pyrocms.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/pyrocms.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/wordpress.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/wordpress2.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/wordpress2.tpl | 2 +- .../12.04/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../12.04/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../12.04/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../12.04/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../12.10/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../12.10/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../12.10/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../12.10/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../13.04/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../13.04/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../13.04/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../13.04/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../13.10/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../13.10/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../13.10/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../13.10/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../14.04/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../14.04/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../14.04/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../14.04/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../14.10/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../14.10/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../14.10/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../14.10/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../15.04/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../15.04/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../15.04/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../15.04/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../15.10/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../15.10/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../15.10/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../15.10/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../16.04/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../16.04/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../16.04/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../16.04/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- .../16.10/templates/web/nginx/php-fpm/cms_made_simple.stpl | 2 +- .../16.10/templates/web/nginx/php-fpm/cms_made_simple.tpl | 2 +- .../ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.stpl | 2 +- .../ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.tpl | 2 +- .../ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.stpl | 2 +- .../ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.tpl | 2 +- .../16.10/templates/web/nginx/php-fpm/datalife_engine.stpl | 2 +- .../16.10/templates/web/nginx/php-fpm/datalife_engine.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/default.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/default.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.tpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.tpl | 2 +- .../ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.tpl | 2 +- 504 files changed, 504 insertions(+), 504 deletions(-) diff --git a/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.stpl b/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.tpl b/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.stpl b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.tpl b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.stpl b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.tpl b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.stpl b/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.tpl b/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/default.stpl b/install/debian/7/templates/web/nginx/php5-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/default.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/default.tpl b/install/debian/7/templates/web/nginx/php5-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/default.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.stpl b/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.tpl b/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/drupal6.stpl b/install/debian/7/templates/web/nginx/php5-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/drupal6.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/drupal6.tpl b/install/debian/7/templates/web/nginx/php5-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/drupal6.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/drupal7.stpl b/install/debian/7/templates/web/nginx/php5-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/drupal7.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/drupal7.tpl b/install/debian/7/templates/web/nginx/php5-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/drupal7.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/drupal8.stpl b/install/debian/7/templates/web/nginx/php5-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/drupal8.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/drupal8.tpl b/install/debian/7/templates/web/nginx/php5-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/drupal8.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/joomla.stpl b/install/debian/7/templates/web/nginx/php5-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/joomla.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/joomla.tpl b/install/debian/7/templates/web/nginx/php5-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/joomla.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl b/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/laravel.tpl b/install/debian/7/templates/web/nginx/php5-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/laravel.tpl +++ b/install/debian/7/templates/web/nginx/php5-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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/magento.stpl b/install/debian/7/templates/web/nginx/php5-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/magento.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/magento.tpl b/install/debian/7/templates/web/nginx/php5-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/magento.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/modx.stpl b/install/debian/7/templates/web/nginx/php5-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/modx.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/modx.tpl b/install/debian/7/templates/web/nginx/php5-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/modx.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/moodle.stpl b/install/debian/7/templates/web/nginx/php5-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/moodle.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/moodle.tpl b/install/debian/7/templates/web/nginx/php5-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/moodle.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/no-php.stpl b/install/debian/7/templates/web/nginx/php5-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/no-php.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/no-php.tpl b/install/debian/7/templates/web/nginx/php5-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/no-php.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/odoo.stpl b/install/debian/7/templates/web/nginx/php5-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/odoo.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/odoo.tpl b/install/debian/7/templates/web/nginx/php5-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/odoo.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/owncloud.stpl b/install/debian/7/templates/web/nginx/php5-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/owncloud.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/owncloud.tpl b/install/debian/7/templates/web/nginx/php5-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/owncloud.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/piwik.stpl b/install/debian/7/templates/web/nginx/php5-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/piwik.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/piwik.tpl b/install/debian/7/templates/web/nginx/php5-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/piwik.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.stpl b/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.tpl b/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/wordpress.stpl b/install/debian/7/templates/web/nginx/php5-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/wordpress.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/wordpress.tpl b/install/debian/7/templates/web/nginx/php5-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/wordpress.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.stpl b/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.tpl b/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.tpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.stpl b/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.tpl b/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.stpl b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.tpl b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.stpl b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.tpl b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.stpl b/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.tpl b/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/default.stpl b/install/debian/8/templates/web/nginx/php5-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/default.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/default.tpl b/install/debian/8/templates/web/nginx/php5-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/default.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.stpl b/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.tpl b/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/drupal6.stpl b/install/debian/8/templates/web/nginx/php5-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/drupal6.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/drupal6.tpl b/install/debian/8/templates/web/nginx/php5-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/drupal6.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/drupal7.stpl b/install/debian/8/templates/web/nginx/php5-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/drupal7.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/drupal7.tpl b/install/debian/8/templates/web/nginx/php5-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/drupal7.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/drupal8.stpl b/install/debian/8/templates/web/nginx/php5-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/drupal8.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/drupal8.tpl b/install/debian/8/templates/web/nginx/php5-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/drupal8.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/joomla.stpl b/install/debian/8/templates/web/nginx/php5-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/joomla.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/joomla.tpl b/install/debian/8/templates/web/nginx/php5-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/joomla.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl b/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/laravel.tpl b/install/debian/8/templates/web/nginx/php5-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/laravel.tpl +++ b/install/debian/8/templates/web/nginx/php5-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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/magento.stpl b/install/debian/8/templates/web/nginx/php5-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/magento.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/magento.tpl b/install/debian/8/templates/web/nginx/php5-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/magento.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/modx.stpl b/install/debian/8/templates/web/nginx/php5-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/modx.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/modx.tpl b/install/debian/8/templates/web/nginx/php5-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/modx.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/moodle.stpl b/install/debian/8/templates/web/nginx/php5-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/moodle.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/moodle.tpl b/install/debian/8/templates/web/nginx/php5-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/moodle.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/no-php.stpl b/install/debian/8/templates/web/nginx/php5-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/no-php.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/no-php.tpl b/install/debian/8/templates/web/nginx/php5-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/no-php.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/odoo.stpl b/install/debian/8/templates/web/nginx/php5-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/odoo.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/odoo.tpl b/install/debian/8/templates/web/nginx/php5-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/odoo.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/owncloud.stpl b/install/debian/8/templates/web/nginx/php5-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/owncloud.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/owncloud.tpl b/install/debian/8/templates/web/nginx/php5-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/owncloud.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/piwik.stpl b/install/debian/8/templates/web/nginx/php5-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/piwik.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/piwik.tpl b/install/debian/8/templates/web/nginx/php5-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/piwik.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.stpl b/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.tpl b/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/wordpress.stpl b/install/debian/8/templates/web/nginx/php5-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/wordpress.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl b/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl index ad11ffcd..7e27f68e 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.stpl b/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.tpl b/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/12.04/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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/12.10/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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/13.04/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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/13.10/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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/14.04/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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/14.10/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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/15.04/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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.stpl index 5c18ee25..e7e00f57 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/15.10/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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/16.04/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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.tpl index b9217751..297fe0e8 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.stpl index 4a11965f..d85bcce3 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.tpl index a30769d4..f9e90393 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/cms_made_simple.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.stpl index b342725b..9c24c3ea 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.stpl @@ -50,7 +50,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.tpl index e2948f2d..d2422be2 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter2.tpl @@ -46,7 +46,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.stpl index ae915ae8..d7186314 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.tpl index e85c29d1..54f81b99 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.tpl @@ -41,7 +41,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.stpl index 84267e7d..4f0b9ec7 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.stpl @@ -116,7 +116,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.tpl index c557670f..3ea45347 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/datalife_engine.tpl @@ -112,7 +112,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/default.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.stpl index 6eabd7d5..f85032ba 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.stpl @@ -61,7 +61,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.tpl index 861c3dee..0a9a75ed 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/dokuwiki.tpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.stpl index 75ba711f..91a70936 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.tpl index 3d7c0499..ac32dcd9 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal6.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.stpl index f44fd736..3b9dabf5 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.stpl @@ -90,7 +90,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.tpl index 1f9c2fc9..1b979475 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal7.tpl @@ -87,7 +87,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.stpl index c93fab95..50d85b68 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.stpl @@ -91,7 +91,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.tpl index ed0213a5..71b538bf 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/drupal8.tpl @@ -88,7 +88,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.stpl index 7f2114c9..704405f3 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.stpl @@ -52,7 +52,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.tpl index 8070f6d5..91b7a8f1 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/joomla.tpl @@ -48,7 +48,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl index 08c0d494..477f6f01 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl @@ -45,7 +45,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.tpl index 79d8a464..d14b0173 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.tpl +++ b/install/ubuntu/16.10/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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.stpl index 68e46480..fdab43aa 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.stpl @@ -187,7 +187,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.tpl index 1287a1e7..3f292fff 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/magento.tpl @@ -183,7 +183,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.stpl index bc557126..f410ab77 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.stpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.tpl index 6c89d7bb..342d3ecf 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/modx.tpl @@ -54,7 +54,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.stpl index 18d25f06..f15a68c5 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.stpl @@ -79,7 +79,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.tpl index 69f50963..c20ba648 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/moodle.tpl @@ -76,7 +76,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.stpl index c03491a0..bc8b53a3 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.stpl @@ -36,7 +36,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.tpl index b56a9f39..7ff8aa1d 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/no-php.tpl @@ -32,7 +32,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.stpl index f84829ce..d6697d7a 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.stpl @@ -59,7 +59,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.tpl index 7bfe6192..b1240aae 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/odoo.tpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.stpl index 92b65bc2..891566b9 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.stpl @@ -74,7 +74,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.tpl index d3496b0f..e3ec31de 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.tpl @@ -70,7 +70,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.stpl index b137067f..78c1bb78 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.stpl @@ -62,7 +62,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.tpl index 1e9de371..f94fb7de 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/piwik.tpl @@ -58,7 +58,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.stpl index dd5acb2f..5ffc9ed5 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.stpl @@ -55,7 +55,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.tpl index 4709268c..19958faa 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.tpl @@ -51,7 +51,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.stpl index 25b8d08c..5cb55311 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.stpl @@ -44,7 +44,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.tpl index ad11ffcd..a8909efb 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.tpl @@ -40,7 +40,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.stpl index 4baa8503..e0aeb524 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.stpl @@ -56,7 +56,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*; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.tpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.tpl index e3e07392..bccb8b3d 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.tpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress2.tpl @@ -52,7 +52,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*; From f397d6d4175749868e25d1536aeafe255744a97a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 24 Dec 2017 22:06:38 +0200 Subject: [PATCH 136/136] removed double ; --- install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl b/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl index 7e27f68e..a8909efb 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/wordpress.tpl @@ -40,7 +40,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*;