Ver código fonte

Minor fix for location vstats

Anton Reutov 8 anos atrás
pai
commit
343543e850

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

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