Преглед изворни кода

Minor fix for stpl templates

Anton Reutov пре 8 година
родитељ
комит
1dc5291f9f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.stpl

+ 1 - 1
install/ubuntu/14.10/templates/web/nginx/php-fpm/moodle.stpl

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