mirror of
https://github.com/myvesta/vesta
synced 2025-07-16 10:03:23 -07:00
Minor fix for location vstats
This commit is contained in:
parent
623fe4f57d
commit
2f9f63a8ed
1 changed files with 5 additions and 0 deletions
|
@ -45,6 +45,11 @@ server {
|
|||
deny all;
|
||||
return 404;
|
||||
}
|
||||
|
||||
location /vstats/ {
|
||||
alias %home%/%user%/web/%domain%/stats/;
|
||||
include %home%/%user%/conf/web/%domain%.auth*;
|
||||
}
|
||||
|
||||
include /etc/nginx/conf.d/phpmyadmin.inc*;
|
||||
include /etc/nginx/conf.d/phppgadmin.inc*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue