www/nginx: use mwexecf

PR: https://github.com/opnsense/core/issues/9325
This commit is contained in:
Franco Fichtner
2025-10-28 15:26:04 +01:00
parent 5962dc7c18
commit 7ceccc441b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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