فهرست منبع

Minor fix for stpl templates

Anton Reutov 8 سال پیش
والد
کامیت
3e62cd8c15
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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*;
 }