|
@@ -40,6 +40,12 @@ server {
|
|
|
deny all;
|
|
deny all;
|
|
|
return 404;
|
|
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/phpmyadmin.inc*;
|
|
|
include /etc/nginx/conf.d/phppgadmin.inc*;
|
|
include /etc/nginx/conf.d/phppgadmin.inc*;
|