From c11ef6374ddd0a9c311b03ef2cabcf4bee0e45e8 Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Thu, 5 Oct 2017 22:16:40 +0300 Subject: [PATCH] Minor fix for stpl templates --- install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b86450e02..b6231476c 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 @@ -52,5 +52,5 @@ server { include /etc/nginx/conf.d/phppgadmin.inc*; include /etc/nginx/conf.d/webmail.inc*; - include %home%/%user%/conf/web/nginx.%domain_idn%.conf*; + include %home%/%user%/conf/web/snginx.%domain_idn%.conf*; }