summaryrefslogtreecommitdiffstats
path: root/etc/inc/captiveportal.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 19:40:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 19:40:04 +0000
commiteb0f441c33f992846a4a4aec2b037172ff085fa1 (patch)
treef5f78fe4e9f75baaf7b9b2bd3159489f882e3f5c /etc/inc/captiveportal.inc
parentc54d236c00a12dc978dbb717e83a35103cd0c3a2 (diff)
downloadpfsense-eb0f441c33f992846a4a4aec2b037172ff085fa1.zip
pfsense-eb0f441c33f992846a4a4aec2b037172ff085fa1.tar.gz
Fix captive portal redirects now that we are using LightHTTPD
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 36c86c5..9505095 100644
--- a/etc/inc/captiveportal.inc
+++ b/etc/inc/captiveportal.inc
@@ -195,7 +195,7 @@ EOD;
/* generate lighttpd configuration */
system_generate_lighty_config("{$g['varetc_path']}/lighty-CaptivePortal.conf",
$cert, $key, "lighty-CaptivePortal.pid", "8000", "/usr/local/captiveportal/",
- "cert-portal.pem", "1", $procs, $use_fastcgi);
+ "cert-portal.pem", "1", $procs, $use_fastcgi, true);
/* attempt to start lighttpd */
$res = mwexec("/usr/local/sbin/lighttpd -f {$g['varetc_path']}/lighty-CaptivePortal.conf");
OpenPOWER on IntegriCloud