mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 10:38:21 +04:00
nginx: upstep to 1.10.0, add Lua module, footprint optimizations
Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
This commit is contained in:
committed by
Zoltan HERPAI
parent
a387117a2a
commit
0912175ec1
11
net/nginx/patches/300-max-processes.patch
Normal file
11
net/nginx/patches/300-max-processes.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/os/unix/ngx_process.h
|
||||
+++ b/src/os/unix/ngx_process.h
|
||||
@@ -44,7 +44,7 @@ typedef struct {
|
||||
} ngx_exec_ctx_t;
|
||||
|
||||
|
||||
-#define NGX_MAX_PROCESSES 1024
|
||||
+#define NGX_MAX_PROCESSES 8
|
||||
|
||||
#define NGX_PROCESS_NORESPAWN -1
|
||||
#define NGX_PROCESS_JUST_SPAWN -2
|
||||
Reference in New Issue
Block a user