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:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-16 09:07:08 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-16 09:07:08 +0300
commitc730a3185eeb7325960050c6ae3a0a343b8e553c (patch)
tree7688bbb68cc8ba07368068decda4466ab2675cd9 /include/consts
parentc297b146134add0b1f7e31e97ace9c355faa76d2 (diff)
Add StoreNginxSettings function to store parsed nginx configuration
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