summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-18 05:34:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-18 05:34:37 +0000
commit9c6d5f1d66d953d9039b6d16090174dc053b4b34 (patch)
tree3af7cfd8aa5a7a60c0dd376d06eadcff164f6fc2 /etc/inc/captiveportal.inc
parent13657e92e65d0e619c1d704035041ba9184ff0b2 (diff)
downloadpfsense-9c6d5f1d66d953d9039b6d16090174dc053b4b34.zip
pfsense-9c6d5f1d66d953d9039b6d16090174dc053b4b34.tar.gz
Pass correct parms
Diffstat (limited to 'etc/inc/captiveportal.inc')
-rw-r--r--etc/inc/captiveportal.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/captiveportal.inc b/etc/inc/captiveportal.inc
index 849ba4e..5eae073 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -192,7 +192,7 @@ EOD;
/* generate lighttpd configuration */
system_generate_lighty_config("{$g['varetc_path']}/lighty-CaptivePortal.conf",
$key, $cert, "lighty-CaptivePortal.pid", "8000", "/usr/local/captiveportal/",
- "cert-portal.pem", $procs);
+ "cert-portal.pem", "5", $procs);
/* attempt to start lighttpd */
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-CaptivePortal.conf");
OpenPOWER on IntegriCloud