Преглед на файлове

Minor fix for stpl templates

Anton Reutov преди 8 години
родител
ревизия
bd75199a98
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.stpl

+ 1 - 1
install/ubuntu/13.04/templates/web/nginx/php-fpm/codeigniter2.stpl

@@ -57,5 +57,5 @@ server {
     include     /etc/nginx/conf.d/phppgadmin.inc*;
     include     /etc/nginx/conf.d/phppgadmin.inc*;
     include     /etc/nginx/conf.d/webmail.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*;
 }
 }