Bläddra i källkod

Minor fix for stpl templates

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

+ 1 - 1
install/ubuntu/16.10/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%.conf*;
+    include     %home%/%user%/conf/web/snginx.%domain%.conf*;
 }