@@ -722,7 +722,7 @@ static ngx_command_t ngx_[% subsys %]_lua_cmds[] = {
722722
723723
724724ngx_ [% subsys %]_module_t ngx_ [% subsys %]_lua_module_ctx = {
725- NULL , /* preconfiguration */
725+ NULL , /* preconfiguration */
726726 ngx_ [% subsys %]_lua_init , /* postconfiguration */
727727
728728 ngx_ [% subsys %]_lua_create_main_conf , /* create main configuration */
@@ -742,14 +742,14 @@ ngx_module_t ngx_[% subsys %]_lua_module = {
742742 NGX_MODULE_V1 ,
743743 & ngx_ [% subsys %]_lua_module_ctx , /* module context */
744744 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 */
748748 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 */
753753 NGX_MODULE_V1_PADDING
754754};
755755
@@ -1304,7 +1304,7 @@ ngx_[% subsys %]_lua_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
13041304 if (sscf && sscf -> ssl .ctx ) {
13051305#ifdef LIBRESSL_VERSION_NUMBER
13061306 ngx_log_error (NGX_LOG_EMERG , cf -> log , 0 ,
1307- "LibreSSL does not support "
1307+ "LibreSSL is not supported by "
13081308 "ssl_session_store_by_lua*" );
13091309
13101310 return NGX_CONF_ERROR ;
@@ -1326,7 +1326,7 @@ ngx_[% subsys %]_lua_merge_srv_conf(ngx_conf_t *cf, void *parent, void *child)
13261326 if (sscf && sscf -> ssl .ctx ) {
13271327#ifdef LIBRESSL_VERSION_NUMBER
13281328 ngx_log_error (NGX_LOG_EMERG , cf -> log , 0 ,
1329- "LibreSSL does not support "
1329+ "LibreSSL is not supported by "
13301330 "ssl_session_fetch_by_lua*" );
13311331
13321332 return NGX_CONF_ERROR ;
0 commit comments