diff --git a/patches/nginx-1.19.3-privileged_agent_process_connections.patch b/patches/nginx-1.19.3-privileged_agent_process_connections.patch index bf20967..5e106c9 100644 --- a/patches/nginx-1.19.3-privileged_agent_process_connections.patch +++ b/patches/nginx-1.19.3-privileged_agent_process_connections.patch @@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644 + /* 0 is an illegal value and may result in a core dump later */ + if (ccf->privileged_agent_connections == 0) { + ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, -+ "%ui worker_connections are not enough, " ++ "%ui worker_connection is not enough, " + "privileged agent process cannot be spawned", + ccf->privileged_agent_connections); + return; diff --git a/patches/nginx-1.19.9-privileged_agent_process_connections.patch b/patches/nginx-1.19.9-privileged_agent_process_connections.patch index 7649cc5..5c38929 100644 --- a/patches/nginx-1.19.9-privileged_agent_process_connections.patch +++ b/patches/nginx-1.19.9-privileged_agent_process_connections.patch @@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644 + /* 0 is an illegal value and may result in a core dump later */ + if (ccf->privileged_agent_connections == 0) { + ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, -+ "%ui worker_connections are not enough, " ++ "%ui worker_connection is not enough, " + "privileged agent process cannot be spawned", + ccf->privileged_agent_connections); + return; diff --git a/patches/nginx-1.21.3-privileged_agent_process_connections.patch b/patches/nginx-1.21.3-privileged_agent_process_connections.patch index 7649cc5..5c38929 100644 --- a/patches/nginx-1.21.3-privileged_agent_process_connections.patch +++ b/patches/nginx-1.21.3-privileged_agent_process_connections.patch @@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644 + /* 0 is an illegal value and may result in a core dump later */ + if (ccf->privileged_agent_connections == 0) { + ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, -+ "%ui worker_connections are not enough, " ++ "%ui worker_connection is not enough, " + "privileged agent process cannot be spawned", + ccf->privileged_agent_connections); + return; diff --git a/patches/nginx-1.21.4-privileged_agent_process_connections.patch b/patches/nginx-1.21.4-privileged_agent_process_connections.patch index 7649cc5..5c38929 100644 --- a/patches/nginx-1.21.4-privileged_agent_process_connections.patch +++ b/patches/nginx-1.21.4-privileged_agent_process_connections.patch @@ -62,7 +62,7 @@ index df25f9d..bd259c1 100644 + /* 0 is an illegal value and may result in a core dump later */ + if (ccf->privileged_agent_connections == 0) { + ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, -+ "%ui worker_connections are not enough, " ++ "%ui worker_connection is not enough, " + "privileged agent process cannot be spawned", + ccf->privileged_agent_connections); + return;