Browse Source

Minor fix for stpl templates

Anton Reutov 8 years ago
parent
commit
3324303906

+ 1 - 1
install/ubuntu/15.04/templates/web/nginx/php-fpm/datalife_engine.stpl

@@ -123,5 +123,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*;
 }