소스 검색

Minor fix for location vstats

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

+ 1 - 1
install/rhel/7/templates/web/nginx/php-fpm/cms_made_simple.stpl

@@ -45,7 +45,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*;