mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +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.
|
||||
|
||||
* Nginx module is set as STABLE.
|
||||
|
||||
Bug Fixes:
|
||||
|
||||
* Fixed SecRulePerfTime storing unnecessary rules performance times.
|
||||
|
@ -53,7 +53,7 @@
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for IIS (STABLE)"
|
||||
#else
|
||||
#ifdef VERSION_NGINX
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for nginx (STABLE)"
|
||||
#define MODSEC_MODULE_NAME "ModSecurity for nginx (RC)"
|
||||
#else
|
||||
#ifdef VERSION_STANDALONE
|
||||
#define MODSEC_MODULE_NAME "ModSecurity Standalone (STABLE)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user