mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
propagated php-fpm templates across all distros
This commit is contained in:
parent
6b434d90d5
commit
5c4c53bd36
88 changed files with 3050 additions and 594 deletions
|
@ -28,6 +28,11 @@ server {
|
|||
rewrite ^/(.+)$ /index.php?_route_=$1 last;
|
||||
}
|
||||
|
||||
location /vstats/ {
|
||||
alias %home%/%user%/web/%domain%/stats/;
|
||||
include %home%/%user%/conf/web/%domain%.auth*;
|
||||
}
|
||||
|
||||
error_page 403 /error/404.html;
|
||||
error_page 404 /error/404.html;
|
||||
error_page 500 502 503 504 /error/50x.html;
|
||||
|
@ -40,12 +45,6 @@ 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