diff options
Diffstat (limited to 'src/core/ngx_auto_config.h')
-rw-r--r-- | src/core/ngx_auto_config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ngx_auto_config.h b/src/core/ngx_auto_config.h index d9865c42d..fe5fbd030 100644 --- a/src/core/ngx_auto_config.h +++ b/src/core/ngx_auto_config.h @@ -2,3 +2,6 @@ #ifndef OFF_EQUAL_PTR #define OFF_EQUAL_PTR 0 #endif + + +#define NGX_PAGE_SIZE 4096 |