We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9224773 commit 52d5dd5Copy full SHA for 52d5dd5
1 file changed
src/ngx_stream_lua_module.c
@@ -304,6 +304,9 @@ static ngx_command_t ngx_stream_lua_commands[] = {
304
305
306
static ngx_stream_module_t ngx_stream_lua_module_ctx = {
307
+#if (nginx_version >= 1011002)
308
+ NULL, /* preconfiguration */
309
+#endif
310
ngx_stream_lua_init, /* postconfiguration */
311
312
ngx_stream_lua_create_main_conf, /* create main configuration */
0 commit comments