瀏覽代碼

Minor fix for location vstats

Anton Reutov 8 年之前
父節點
當前提交
6c331096eb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/rhel/5/templates/web/nginx/php-fpm/moodle.tpl

+ 1 - 1
install/rhel/5/templates/web/nginx/php-fpm/moodle.tpl

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