소스 검색

Minor fix for stpl templates

Anton Reutov 8 년 전
부모
커밋
9ed4fdbae5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/debian/8/templates/web/nginx/php5-fpm/wordpress.stpl

+ 1 - 1
install/debian/8/templates/web/nginx/php5-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_idn%.conf*;
+    include     %home%/%user%/conf/web/snginx.%domain_idn%.conf*;
 }