Browse Source

Minor fix for stpl templates

Anton Reutov 8 years ago
parent
commit
3e62cd8c15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/ubuntu/16.10/templates/web/nginx/php-fpm/wordpress.stpl

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

@@ -51,5 +51,5 @@ server {
     include     /etc/nginx/conf.d/phppgadmin.inc*;
     include     /etc/nginx/conf.d/webmail.inc*;
 
-    include     %home%/%user%/conf/web/nginx.%domain%.conf*;
+    include     %home%/%user%/conf/web/snginx.%domain%.conf*;
 }