Przeglądaj źródła

Minor fix for location vstats

Anton Reutov 8 lat temu
rodzic
commit
fe6b894fe6

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

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