فهرست منبع

Minor fix for location vstats

Anton Reutov 8 سال پیش
والد
کامیت
960c030fe1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      install/rhel/5/templates/web/nginx/php-fpm/odoo.stpl

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

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