mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
20 lines
492 B
Markdown
20 lines
492 B
Markdown
# gixy
|
|
|
|
> Analyze nginx configuration files.
|
|
> More information: <https://github.com/yandex/gixy>.
|
|
|
|
- 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}}`
|