From cc4076bcad9298d5f20815ea38d0a7d4c2dfad07 Mon Sep 17 00:00:00 2001 From: Jesse Norell Date: Thu, 17 Dec 2020 01:01:49 +0100 Subject: [PATCH] Update sites_web_domain_add.php --- remoting_client/examples/sites_web_domain_add.php | 1 + 1 file changed, 1 insertion(+) diff --git a/remoting_client/examples/sites_web_domain_add.php b/remoting_client/examples/sites_web_domain_add.php index 0ee462ab7a..84c5c79e13 100644 --- a/remoting_client/examples/sites_web_domain_add.php +++ b/remoting_client/examples/sites_web_domain_add.php @@ -53,6 +53,7 @@ try { 'allow_override' => 'All', 'apache_directives' => '', 'php_open_basedir' => '/', + 'pm' => 'ondemand', 'pm_max_requests' => 0, 'pm_process_idle_timeout' => 10, 'custom_php_ini' => '', -- GitLab