mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Style.
This commit is contained in:
parent
e0b0fa6bf5
commit
dcf3d20874
@ -105,16 +105,16 @@ static ngx_stream_module_t ngx_stream_limit_conn_module_ctx = {
|
|||||||
|
|
||||||
ngx_module_t ngx_stream_limit_conn_module = {
|
ngx_module_t ngx_stream_limit_conn_module = {
|
||||||
NGX_MODULE_V1,
|
NGX_MODULE_V1,
|
||||||
&ngx_stream_limit_conn_module_ctx, /* module context */
|
&ngx_stream_limit_conn_module_ctx, /* module context */
|
||||||
ngx_stream_limit_conn_commands, /* module directives */
|
ngx_stream_limit_conn_commands, /* module directives */
|
||||||
NGX_STREAM_MODULE, /* module type */
|
NGX_STREAM_MODULE, /* module type */
|
||||||
NULL, /* init master */
|
NULL, /* init master */
|
||||||
NULL, /* init module */
|
NULL, /* init module */
|
||||||
NULL, /* init process */
|
NULL, /* init process */
|
||||||
NULL, /* init thread */
|
NULL, /* init thread */
|
||||||
NULL, /* exit thread */
|
NULL, /* exit thread */
|
||||||
NULL, /* exit process */
|
NULL, /* exit process */
|
||||||
NULL, /* exit master */
|
NULL, /* exit master */
|
||||||
NGX_MODULE_V1_PADDING
|
NGX_MODULE_V1_PADDING
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user