From 257fdefe7cc43bb9204f068f5caa1196602f8374 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Mon, 4 Jan 2016 17:17:46 -0600 Subject: Bring back $ca in config function --- src/etc/inc/system.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/etc/inc/system.inc') diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 3e05ccb..691eff3 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -1127,7 +1127,7 @@ function system_webgui_start() { /* generate nginx configuration */ system_generate_nginx_config("{$g['varetc_path']}/nginx-webConfigurator.conf", - $crt, $key, "nginx-webConfigurator.pid", $portarg, "/usr/local/www/", + $crt, $key, $ca, "nginx-webConfigurator.pid", $portarg, "/usr/local/www/", "cert.crt", "cert.key"); /* kill any running nginx */ @@ -1154,6 +1154,7 @@ function system_webgui_start() { function system_generate_nginx_config($filename, $cert, $key, + $ca, $pid_file, $port = 80, $document_root = "/usr/local/www/", -- cgit v1.1