Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 3cbf02f7..06be3b7b 100644
--- a/include/consts
+++ b/include/consts
@@ -122,12 +122,16 @@ unset LANG
NGINX_DENY_FOUND=0
NGINX_ERROR_LOG_DEBUG=0
NGINX_ERROR_LOG_MISSING=0
+ NGINX_EVENTS_COUNTER=0
NGINX_EXPIRES_FOUND=0
NGINX_FASTCGI_FOUND=0
NGINX_FASTCGI_PARAMS_FOUND=0
NGINX_FASTCGI_PASS_FOUND=0
+ NGINX_HTTP_COUNTER=0
NGINX_LISTEN_FOUND=0
+ NGINX_LOCATION_COUNTER=0
NGINX_LOCATION_FOUND=0
+ NGINX_SERVER_COUNTER=0
NGINX_SSL_CIPHERS=0
NGINX_SSL_ON=0
NGINX_SSL_PREFER_SERVER_CIPHERS=0