diff --git a/new_service_webdns.php b/new_service_webdns.php index 71e1e95..bda5711 100755 --- a/new_service_webdns.php +++ b/new_service_webdns.php @@ -718,15 +718,15 @@ class page_action extends tform_actions { 'server_id' => $this->web_serv, //$server_id, 'ip_address' => '*', 'ipv6_address' =>$this->ip6_servidor_web['ip_address'], - 'traffic_quota' => '-1', - 'hd_quota' => '0', - 'cgi' => 'y', - 'ssi' => 'y', - 'suexec' => 'y', + 'traffic_quota' => '-1', + 'hd_quota' => '100', + 'cgi' => 'n', + 'ssi' => 'n', + 'suexec' => 'y', 'ruby' => 'n', 'python' => 'n', 'perl' => 'n', - 'errordocs' => '1', + 'errordocs' => 'n', 'subdomain' => '', 'php' => 'php-fpm', 'fastcgi_php_version' => '', @@ -745,7 +745,7 @@ class page_action extends tform_actions { 'pm_max_spare_servers' => 5, 'pm_process_idle_timeout' => 10, 'pm_max_requests' => 0, - 'custom_php_ini' => '', + 'custom_php_ini' => '', 'active' => 'y', 'document_root' => '-', 'system_user' => '-',