소스 검색

Minor fix for location vstats

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

+ 1 - 1
install/rhel/5/templates/web/nginx/php-fpm/piwik.stpl

@@ -62,7 +62,7 @@ server {
 
 
     location /vstats/ {
     location /vstats/ {
         alias   %home%/%user%/web/%domain%/stats/;
         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*;
     include     /etc/nginx/conf.d/phpmyadmin.inc*;