summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-28 00:05:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-28 00:05:26 +0000
commitd93e8b5f72609323506d70e30bd170998978c049 (patch)
tree708c6ee3e7fd3b992b19c25224af93c9b080eaf4 /etc
parent6444382df80c2c71ed4132ebc7b9fe1f216aa9de (diff)
downloadpfsense-d93e8b5f72609323506d70e30bd170998978c049.zip
pfsense-d93e8b5f72609323506d70e30bd170998978c049.tar.gz
Up maxprocs to 2
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 475e4d5..8acac70 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -515,7 +515,7 @@ EOD;
function system_generate_lighty_config($filename, $cert, $key, $pid_file,
$port = 80, $document_root = "/usr/local/www/",
- $cert_location = "cert.pem", $max_procs = 1,
+ $cert_location = "cert.pem", $max_procs = 2,
$max_requests = "1", $fast_cgi_enable = true) {
global $config, $g;
OpenPOWER on IntegriCloud