diff --git a/new_service.php b/new_service.php index 993038c4a6d862f9a002679428e0d44c453f2d1f..701f850506b0025e74bbfa7b36fd62d22d769f9c 100644 --- a/new_service.php +++ b/new_service.php @@ -401,6 +401,7 @@ class page_action extends tform_actions { 'allow_override' => $template['allow_override'], 'http_port' => $template['http_port'], 'https_port' => $template['https_port'], + 'log_retention' => $template['log_retention'], 'apache_directives' => $template['apache_directives'], 'nginx_directives' => $template['nginx_directives'], 'php_fpm_use_socket' => $template['php_fpm_use_socket'],