2019-07-17 16:59:09 +01:00
|
|
|
# gixy
|
|
|
|
|
|
|
|
> Analyze nginx configuration files.
|
|
|
|
> More information: <https://github.com/yandex/gixy>.
|
|
|
|
|
2021-01-31 17:05:18 +00:00
|
|
|
- Analyze nginx configuration (default path: `/etc/nginx/nginx.conf`):
|
2019-07-17 16:59:09 +01:00
|
|
|
|
|
|
|
`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}}`
|