Skip to content

Commit 960c030

Browse files
authored
Minor fix for location vstats
1 parent 2183149 commit 960c030

File tree

1 file changed

+1
-1
lines changed
  • install/rhel/5/templates/web/nginx/php-fpm

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ server {
5959

6060
location /vstats/ {
6161
alias %home%/%user%/web/%domain%/stats/;
62-
include %home%/%user%/conf/web/%domain%.auth
62+
include %home%/%user%/conf/web/%domain%.auth*;
6363
}
6464

6565
include /etc/nginx/conf.d/phpmyadmin.inc*;

0 commit comments

Comments
 (0)