From 2a613f3dd77665900683a531bc2bdd9f94bcaa81 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 28 Aug 2023 16:03:19 +0200 Subject: [PATCH] Add running directory --- conf/php_fpm.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/php_fpm.conf b/conf/php_fpm.conf index 313696b0..1a417810 100644 --- a/conf/php_fpm.conf +++ b/conf/php_fpm.conf @@ -8,6 +8,8 @@ listen = /var/run/php/php__PHPVERSION__-fpm-__APP__.sock listen.owner = www-data listen.group = www-data +chdir = __INSTALL_DIR__ + pm = ondemand pm.max_children = 24 pm.max_requests = 500