propagated php-fpm templates across all distros

This commit is contained in:
Serghey Rodin 2017-12-29 01:12:42 +02:00
commit 5c4c53bd36
88 changed files with 3050 additions and 594 deletions

View file

@ -33,6 +33,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;
@ -45,11 +50,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*;