We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7440c18 commit 5d0403eCopy full SHA for 5d0403e
src/ngx_http_modsecurity_module.c
@@ -422,7 +422,7 @@ ngx_http_modsecurity_create_main_conf(ngx_conf_t *cf)
422
ngx_pool_cleanup_t *cln = NULL;
423
424
/* Provide our connector information to LibModSecurity */
425
- msc_set_connector_info(conf->modsec, "ModSecurity-nginx v0.1.2-beta");
+ msc_set_connector_info(conf->modsec, "ModSecurity-nginx v0.1.1-beta");
426
msc_set_log_cb(conf->modsec, ngx_http_modsecurity_log);
427
428
cln = ngx_pool_cleanup_add(cf->pool, 0);
0 commit comments