Преглед изворни кода

Minor fix for location vstats

Anton Reutov пре 8 година
родитељ
комит
a23ebfdd48
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install/rhel/5/templates/web/nginx/php-fpm/no-php.stpl

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

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