We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5080f commit 54da83fCopy full SHA for 54da83f
src/ngx_http_modsecurity_module.c
@@ -413,7 +413,7 @@ ngx_http_modsecurity_create_main_conf(ngx_conf_t *cf)
413
ngx_pool_cleanup_t *cln = NULL;
414
415
/* Provide our connector information to LibModSecurity */
416
- msc_set_connector_info(conf->modsec, "ModSecurity-nginx v0.1.0-beta");
+ msc_set_connector_info(conf->modsec, "ModSecurity-nginx v0.1.2-beta");
417
msc_set_log_cb(conf->modsec, ngx_http_modsecurity_log);
418
419
cln = ngx_pool_cleanup_add(cf->pool, 0);
0 commit comments