From 17cb0bfa4f835a0a2882236c89f48a799a3236fe Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 13 Jan 2026 22:41:04 +0200 Subject: [PATCH] gixy-next: match the page title with the command (#20689) --- pages/common/gixy-next.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pages/common/gixy-next.md b/pages/common/gixy-next.md index 2c22fd9427..fb84d56455 100644 --- a/pages/common/gixy-next.md +++ b/pages/common/gixy-next.md @@ -1,29 +1,28 @@ # gixy-next > Analyze NGINX configuration files for security and performance misconfigurations. -> An actively maintained fork of `gixy`. > More information: . - Analyze `nginx` configuration (default path: `/etc/nginx/nginx.conf`): -`gixy {{path/to/nginx.conf}}` +`gixy-next {{path/to/nginx.conf}}` - Analyze a rendered configuration dump via `stdin` (`-`): -`cat {{path/to/nginx-dump.conf}} | gixy -` +`cat {{path/to/nginx-dump.conf}} | gixy-next -` - Run only specific checks (comma-separated): -`gixy --tests {{http_splitting,ssrf,version_disclosure}} {{path/to/nginx.conf}}` +`gixy-next --tests {{http_splitting,ssrf,version_disclosure}} {{path/to/nginx.conf}}` - Skip specific checks (comma-separated): -`gixy --skips {{low_keepalive_requests,worker_rlimit_nofile_vs_connections}} {{path/to/nginx.conf}}` +`gixy-next --skips {{low_keepalive_requests,worker_rlimit_nofile_vs_connections}} {{path/to/nginx.conf}}` - Only report issues at a given severity or higher: -`gixy {{-l|-ll|-lll}} {{path/to/nginx.conf}}` +`gixy-next {{-l|-ll|-lll}} {{path/to/nginx.conf}}` - Output as uncolored text or machine-readable JSON: -`gixy {{[-f|--format]}} {{text|json}} {{path/to/nginx.conf}}` +`gixy-next {{[-f|--format]}} {{text|json}} {{path/to/nginx.conf}}`