@@ -722,7 +722,7 @@ static ngx_command_t ngx_[% subsys %]_lua_cmds[] = {
722
722
723
723
724
724
ngx_ [% subsys %]_module_t ngx_ [% subsys %]_lua_module_ctx = {
725
- NULL , /* preconfiguration */
725
+ NULL , /* preconfiguration */
726
726
ngx_ [% subsys %]_lua_init , /* postconfiguration */
727
727
728
728
ngx_ [% subsys %]_lua_create_main_conf , /* create main configuration */
@@ -742,14 +742,14 @@ ngx_module_t ngx_[% subsys %]_lua_module = {
742
742
NGX_MODULE_V1 ,
743
743
& ngx_ [% subsys %]_lua_module_ctx , /* module context */
744
744
ngx_ [% subsys %]_lua_cmds , /* module directives */
745
- NGX_ [% SUBSYS %]_MODULE , /* module type */
746
- NULL , /* init master */
747
- NULL , /* init module */
745
+ NGX_ [% SUBSYS %]_MODULE , /* module type */
746
+ NULL , /* init master */
747
+ NULL , /* init module */
748
748
ngx_ [% subsys %]_lua_init_worker , /* init process */
749
- NULL , /* init thread */
750
- NULL , /* exit thread */
751
- NULL , /* exit process */
752
- NULL , /* exit master */
749
+ NULL , /* init thread */
750
+ NULL , /* exit thread */
751
+ NULL , /* exit process */
752
+ NULL , /* exit master */
753
753
NGX_MODULE_V1_PADDING
754
754
};
755
755
@@ -1304,7 +1304,7 @@ ngx_[% subsys %]_lua_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
1304
1304
if (sscf && sscf -> ssl .ctx ) {
1305
1305
#ifdef LIBRESSL_VERSION_NUMBER
1306
1306
ngx_log_error (NGX_LOG_EMERG , cf -> log , 0 ,
1307
- "LibreSSL does not support "
1307
+ "LibreSSL is not supported by "
1308
1308
"ssl_session_store_by_lua*" );
1309
1309
1310
1310
return NGX_CONF_ERROR ;
@@ -1326,7 +1326,7 @@ ngx_[% subsys %]_lua_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
1326
1326
if (sscf && sscf -> ssl .ctx ) {
1327
1327
#ifdef LIBRESSL_VERSION_NUMBER
1328
1328
ngx_log_error (NGX_LOG_EMERG , cf -> log , 0 ,
1329
- "LibreSSL does not support "
1329
+ "LibreSSL is not supported by "
1330
1330
"ssl_session_fetch_by_lua*" );
1331
1331
1332
1332
return NGX_CONF_ERROR ;
0 commit comments