소스 검색

Minor fix for stpl templates

Anton Reutov 8 년 전
부모
커밋
e4e10e7780
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.stpl

+ 1 - 1
install/ubuntu/12.10/templates/web/nginx/php-fpm/magento.stpl

@@ -194,5 +194,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*;
 }