mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
www/nginx: use mwexecf
PR: https://github.com/opnsense/core/issues/9325
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= nginx
|
||||
PLUGIN_VERSION= 1.35
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_COMMENT= Nginx HTTP server and reverse proxy
|
||||
PLUGIN_DEPENDS= nginx
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
@@ -216,7 +216,7 @@ $work_files = (function () use ($is_ten_minutes) {
|
||||
|
||||
// Triggering TLS-handshake processor when corresponding work file exists.
|
||||
if (in_array(TLS_HANDSHAKE_FILE_WORK, $work_files)) {
|
||||
mwexec(TLS_HANDSHAKE_PROCESSING_TASK);
|
||||
mwexecf(TLS_HANDSHAKE_PROCESSING_TASK);
|
||||
}
|
||||
|
||||
// Abort if permanent ban file is missing
|
||||
|
||||
Reference in New Issue
Block a user