mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Reverting Quality of Nginx. CPU issue is not fixed
This commit is contained in:
parent
fed38c8107
commit
1f4757d174
2
CHANGES
2
CHANGES
@ -6,8 +6,6 @@ Improvements:
|
|||||||
|
|
||||||
* Added new variable SDBM_DELETE_ERROR that will be set to 1 when sdbm engine fails to delete entries.
|
* Added new variable SDBM_DELETE_ERROR that will be set to 1 when sdbm engine fails to delete entries.
|
||||||
|
|
||||||
* Nginx module is set as STABLE.
|
|
||||||
|
|
||||||
Bug Fixes:
|
Bug Fixes:
|
||||||
|
|
||||||
* Fixed SecRulePerfTime storing unnecessary rules performance times.
|
* Fixed SecRulePerfTime storing unnecessary rules performance times.
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
#define MODSEC_MODULE_NAME "ModSecurity for IIS (STABLE)"
|
#define MODSEC_MODULE_NAME "ModSecurity for IIS (STABLE)"
|
||||||
#else
|
#else
|
||||||
#ifdef VERSION_NGINX
|
#ifdef VERSION_NGINX
|
||||||
#define MODSEC_MODULE_NAME "ModSecurity for nginx (STABLE)"
|
#define MODSEC_MODULE_NAME "ModSecurity for nginx (RC)"
|
||||||
#else
|
#else
|
||||||
#ifdef VERSION_STANDALONE
|
#ifdef VERSION_STANDALONE
|
||||||
#define MODSEC_MODULE_NAME "ModSecurity Standalone (STABLE)"
|
#define MODSEC_MODULE_NAME "ModSecurity Standalone (STABLE)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user