diff src/stream/ngx_stream_proxy_module.c @ 6606:2f41d383c9c7

Stream: added preconfiguration step.
author Vladimir Homutov <vl@nginx.com>
date Wed, 15 Jun 2016 15:10:24 +0300
parents 191e23214dfb
children d5b5866c06c4
line wrap: on
line diff
--- a/src/stream/ngx_stream_proxy_module.c	Sat Jul 02 15:59:53 2016 +0300
+++ b/src/stream/ngx_stream_proxy_module.c	Wed Jun 15 15:10:24 2016 +0300
@@ -314,6 +314,7 @@
 
 
 static ngx_stream_module_t  ngx_stream_proxy_module_ctx = {
+    NULL,                                  /* preconfiguration */
     NULL,                                  /* postconfiguration */
 
     NULL,                                  /* create main configuration */