소스 검색

Minor fix for location vstats

Anton Reutov 8 년 전
부모
커밋
ad28e5976b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.tpl

+ 1 - 1
install/rhel/6/templates/web/nginx/php-fpm/codeigniter3.tpl

@@ -41,7 +41,7 @@ server {
 
     location /vstats/ {
         alias   %home%/%user%/web/%domain%/stats/;
-        include %home%/%user%/conf/web/%domain%.auth
+        include %home%/%user%/conf/web/%domain%.auth*;
     }
 
     include     /etc/nginx/conf.d/phpmyadmin.inc*;