mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
gixy: add page (#3190)
This commit is contained in:
parent
7228251f85
commit
09e1aeee5b
1 changed files with 20 additions and 0 deletions
20
pages/common/gixy.md
Normal file
20
pages/common/gixy.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue