2025-03-14 21:59:59 -06:00
|
|
|
# gixy
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
> Analyze `nginx` configuration files.
|
|
|
|
|
> More information: <https://github.com/dvershinin/gixy#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Analyze `nginx` configuration (default path: `/etc/nginx/nginx.conf`):
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`gixy`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Analyze `nginx` configuration but skip specific tests:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`gixy --skips {{http_splitting}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Analyze `nginx` configuration with the specific severity level:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`gixy {{-l|-ll|-lll}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Analyze `nginx` configuration files on the specific path:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`gixy {{path/to/configuration_file_1 path/to/configuration_file_2 ...}}`
|