From 22595681243f4e421dd95d3781cb59d4c33a8fdf Mon Sep 17 00:00:00 2001 From: Anton Reutov Date: Fri, 15 Sep 2017 13:51:13 +0300 Subject: [PATCH] Update laravel.stpl --- install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fb324e16..b86450e0 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 @@ -1,7 +1,7 @@ server { listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; - root %docroot%/public; + root %sdocroot%/public; index index.php index.html index.htm; access_log /var/log/nginx/domains/%domain%.log combined; access_log /var/log/nginx/domains/%domain%.bytes bytes;