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
887fabd7b1
commit
b4be39bfd0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ server {
|
||||||
|
|
||||||
location /vstats/ {
|
location /vstats/ {
|
||||||
alias %home%/%user%/web/%domain%/stats/;
|
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*;
|
include /etc/nginx/conf.d/phpmyadmin.inc*;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue