We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c121ec commit 9525162Copy full SHA for 9525162
install/rhel/6/templates/web/nginx/php-fpm/codeigniter2.stpl
@@ -50,7 +50,7 @@ server {
50
51
location /vstats/ {
52
alias %home%/%user%/web/%domain%/stats/;
53
- include %home%/%user%/conf/web/%domain%.auth
+ include %home%/%user%/conf/web/%domain%.auth*;
54
}
55
56
include /etc/nginx/conf.d/phpmyadmin.inc*;
0 commit comments