Skip to content

Commit c1f688c

Browse files
author
Till Brehm
committed
Fixed: FS#2874 - sites_web_domain_add requires additional fields
1 parent 374e5a5 commit c1f688c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

remoting_client/examples/sites_web_domain_add.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
'allow_override' => 'All',
5454
'apache_directives' => '',
5555
'php_open_basedir' => '/',
56+
'pm_max_requests' => 0,
57+
'pm_process_idle_timeout' => 10,
5658
'custom_php_ini' => '',
5759
'backup_interval' => '',
5860
'backup_copies' => 1,

0 commit comments

Comments
 (0)