소스 검색

Minor fix for stpl templates

Anton Reutov 8 년 전
부모
커밋
d4599a80ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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*;
 }