From 09e1aeee5bcbce9e903896931b6f7f89c51368a8 Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Wed, 17 Jul 2019 17:59:09 +0200 Subject: [PATCH] gixy: add page (#3190) --- pages/common/gixy.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/gixy.md diff --git a/pages/common/gixy.md b/pages/common/gixy.md new file mode 100644 index 000000000..50f50d3e4 --- /dev/null +++ b/pages/common/gixy.md @@ -0,0 +1,20 @@ +# gixy + +> Analyze nginx configuration files. +> More information: . + +- Analyze nginx configuration (default path: /etc/nginx/nginx.conf): + +`gixy` + +- Analyze nginx configuration but skip specific tests: + +`gixy --skips {{http_splitting}}` + +- Analyze nginx configuration with the specific severity level: + +`gixy {{-l|-ll|-lll}}` + +- Analyze nginx configuration files on the specific path: + +`gixy {{path/to/configuration_file_1}} {{path/to/configuration_file_2}}`