Skip to content

Commit affc328

Browse files
authored
Minor fix for location vstats
1 parent 69e6834 commit affc328

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

install/rhel/7/templates/web/nginx/php-fpm/joomla.tpl

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

4949
location /vstats/ {
5050
alias %home%/%user%/web/%domain%/stats/;
51-
include %home%/%user%/conf/web/%domain%.auth
51+
include %home%/%user%/conf/web/%domain%.auth*;
5252
}
5353

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

0 commit comments

Comments
 (0)