Files
tldr/pages.zh/common/gixy.md

20 lines
449 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# gixy
> 分析 nginx 配置文件。
> 更多信息:<https://github.com/yandex/gixy>。
- 分析 nginx 配置(默认路径:`/etc/nginx/nginx.conf`
`gixy`
- 分析 nginx 配置,但跳过特定测试:
`gixy --skips {{http_splitting}}`
- 以特定严重性级别分析 nginx 配置:
`gixy {{-l|-ll|-lll}}`
- 在特定路径分析 nginx 配置文件:
`gixy {{path/to/configuration_file_1}} {{path/to/configuration_file_2}}`