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 199f441 commit 66a0c1eCopy full SHA for 66a0c1e
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.0.2-alpha");
+ msc_set_connector_info(conf->modsec, "ModSecurity-nginx v0.1.0-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