add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/gixy.md Normal file
View File

@@ -0,0 +1,20 @@
# 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}}`