Quellcode durchsuchen

Minor fix for stpl templates

Anton Reutov vor 8 Jahren
Ursprung
Commit
f6a8092273
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.stpl

+ 1 - 1
install/ubuntu/14.04/templates/web/nginx/php-fpm/wordpress.stpl

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