Browse Source

Minor fix for stpl templates

Anton Reutov 8 years ago
parent
commit
d4599a80ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.stpl

+ 1 - 1
install/ubuntu/15.04/templates/web/nginx/php-fpm/wordpress2.stpl

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