Prechádzať zdrojové kódy

Minor fix for location vstats

Anton Reutov 8 rokov pred
rodič
commit
affc328a5e

+ 1 - 1
install/rhel/7/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*;