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

Minor fix for stpl templates

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

+ 1 - 1
install/ubuntu/16.10/templates/web/nginx/php-fpm/codeigniter3.stpl

@@ -52,5 +52,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%.conf*;
+    include     %home%/%user%/conf/web/snginx.%domain%.conf*;
 }
 }