mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
awstats/webalized fix for php-fpm systems
This commit is contained in:
parent
cda3caebb6
commit
44be086dfc
471 changed files with 2682 additions and 115 deletions
|
@ -30,6 +30,11 @@ server {
|
|||
return 404;
|
||||
}
|
||||
|
||||
location /vstats/ {
|
||||
alias %home%/%user%/web/%domain%/stats/;
|
||||
include %home%/%user%/web/%domain%/stats/auth.conf*;
|
||||
}
|
||||
|
||||
include /etc/nginx/conf.d/phpmyadmin.inc*;
|
||||
include /etc/nginx/conf.d/phppgadmin.inc*;
|
||||
include /etc/nginx/conf.d/webmail.inc*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue