summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/system.inc
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-12-30 20:55:23 -0600
committerRenato Botelho <renato@netgate.com>2016-01-05 09:08:10 -0200
commit84a7c17d88da676c1fb0f9c2f9264870b25404ed (patch)
tree7b603c2e3399a62af47164817439543c732622cf /src/etc/inc/system.inc
parent33d69e816f95340c9344d0c9d37a519b59049960 (diff)
downloadpfsense-84a7c17d88da676c1fb0f9c2f9264870b25404ed.zip
pfsense-84a7c17d88da676c1fb0f9c2f9264870b25404ed.tar.gz
clean up lighttpd bits
Diffstat (limited to 'src/etc/inc/system.inc')
-rw-r--r--src/etc/inc/system.inc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc
index 2108edb..66b0c91 100644
--- a/src/etc/inc/system.inc
+++ b/src/etc/inc/system.inc
@@ -1237,14 +1237,6 @@ function system_generate_nginx_config($filename,
}
}
- if (!isset($config['syslog']['nologlighttpd'])) {
- $nginx_use_syslog = <<<EOD
-## where to send error-messages to
-server.errorlog-use-syslog="enable"
-EOD;
- }
-
-
if ($captive_portal !== false) {
$fast_cgi_path = "{$g['tmp_path']}/php-fastcgi-{$captive_portal}.socket";
$fastcgi_config = <<<EOD
OpenPOWER on IntegriCloud