Bläddra i källkod

Minor fix for stpl templates

Anton Reutov 8 år sedan
förälder
incheckning
bb9fff78c3
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.stpl

+ 1 - 1
install/ubuntu/12.10/templates/web/nginx/php-fpm/pyrocms.stpl

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