configure pools, re-place domain var

This commit is contained in:
lulzette
2021-02-27 14:51:13 +03:00
parent 70b01d503e
commit 9eaf3ecda9
10 changed files with 37 additions and 13 deletions

View File

@@ -61,7 +61,7 @@ server {
fastcgi_param front_controller_active true;
fastcgi_send_timeout 1200;
fastcgi_read_timeout 1200;
fastcgi_pass unix:/run/php/php-fpm.sock;
fastcgi_pass unix:/run/php/php-cloud.sock;
fastcgi_intercept_errors on;
fastcgi_request_buffering off;
}

View File

@@ -22,7 +22,7 @@ server {
}
location ~ .*.php$ {
include /etc/nginx/fastcgi.conf;
fastcgi_pass unix:/run/php/php-fpm.sock;
fastcgi_pass unix:/run/php/php-other.sock;
fastcgi_index index.php;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {

View File

@@ -33,7 +33,7 @@ server {
location ^~ /.well-known/acme-challenge { }
location ~ .*.php$ {
include /etc/nginx/fastcgi.conf;
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
fastcgi_pass unix:/run/php/php-other.sock;
fastcgi_index index.php;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {

View File

@@ -26,7 +26,7 @@ server {
}
location ~ .*.php$ {
include /etc/nginx/fastcgi.conf;
fastcgi_pass unix:/run/php/php-fpm.sock;
fastcgi_pass unix:/run/php/php-wiki.sock;
fastcgi_index index.php;
}
location ~* \.(js|css|png|jpg|jpeg|gif|ico)$ {

View File

@@ -1,3 +1,3 @@
---
domain: zz777.ru
# domain: zz777.ru
root: /var/www