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:
authormboelen <michael@cisofy.com>2015-09-24 21:12:19 +0300
committermboelen <michael@cisofy.com>2015-09-24 21:12:19 +0300
commit9023f1766268f790cece6146037c7336c2f6ec44 (patch)
tree44d4cd8e81948132dde0caa80b3d2dcc4787ac40 /include/tests_webservers
parentc17fcfd92dc4e962c76f5a6038e2dcf64284df30 (diff)
Changed test IDs of place holders
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index 2cfd10ed..cd67c55a 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -609,11 +609,11 @@
#
#################################################################################
#
- # Test : HTTP-6712
+ # Test : HTTP-67xx
# Description : Check if nginx is running as a reverse proxy
# Notes : aliases are not counted yet (YYY)
# if [ ${NGINX_RUNNING} -eq 1 -a ! "${NGINX_CONF_LOCATION}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
-# Register --test-no HTTP-6708 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check nginx virtual hosts"
+# Register --test-no HTTP-67xx --preqs-met ${PREQS_MET} --weight L --network NO --description "Check nginx virtual hosts"
# if [ ${SKIPTEST} -eq 0 ]; then
# N=0
# logtext "Test: searching proxy_pass statement in configuration file ${NGINX_CONF_LOCATION}"
@@ -633,11 +633,11 @@
#
#################################################################################
#
- # Test : HTTP-6712
+ # Test : HTTP-67xx
# Description : Search for nginx virtual hosts
# Notes : Test if not aware yet of included configuration files
# if [ ${NGINX_RUNNING} -eq 1 -a ! "${NGINX_CONF_LOCATION}" = "" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
-# Register --test-no HTTP-6712 --preqs-met ${PREQS_MET} --weight L --network NO --description "Check nginx virtual hosts"
+# Register --test-no HTTP-67xx --preqs-met ${PREQS_MET} --weight L --network NO --description "Check nginx virtual hosts"
# if [ ${SKIPTEST} -eq 0 ]; then
# N=0
# logtext "Test: searching nginx virtual hosts"