mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-06 11:47:29 +00:00
26 lines
605 B
Plaintext
26 lines
605 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gixy
|
|
|
|
> Analyze `nginx` configuration files.
|
|
> More information: <https://github.com/dvershinin/gixy#usage>.
|
|
|
|
- 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 ...}}`
|