From f397d6d4175749868e25d1536aeafe255744a97a Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sun, 24 Dec 2017 22:06:38 +0200 Subject: [PATCH] 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 7e27f68e1..a8909efbe 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*;