Added php-FPM pool for backend services

This commit is contained in:
2020-07-17 14:18:23 +02:00
parent cb8b0fc014
commit 66de5c677e
4 changed files with 29 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ location = /backend/netdata {
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php/phpPHPver-fpm.sock;
fastcgi_pass unix:/var/run/php/phpPHPver-fpm-Backend.sock;
fastcgi_index index.php;
}
}