mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx: style sweep
This commit is contained in:
@@ -123,7 +123,7 @@ if (isset($nginx['http_server'])) {
|
||||
syslog(LOG_DEBUG, "NGINX setup: Setting up the CA certs for {$hostname}.");
|
||||
$ca_certs = [];
|
||||
foreach ($http_server['ca'] as $carefs) {
|
||||
foreach(explode(',', $carefs) as $caref) {
|
||||
foreach (explode(',', $carefs) as $caref) {
|
||||
syslog(LOG_DEBUG, "NGINX setup: Searching for {$caref} CA data");
|
||||
$ca = find_ca($caref);
|
||||
if (isset($ca)) {
|
||||
|
||||
Reference in New Issue
Block a user