We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7228251 commit 09e1aeeCopy full SHA for 09e1aee
pages/common/gixy.md
@@ -0,0 +1,20 @@
1
+# gixy
2
+
3
+> Analyze nginx configuration files.
4
+> More information: <https://github.com/yandex/gixy>.
5
6
+- Analyze nginx configuration (default path: /etc/nginx/nginx.conf):
7
8
+`gixy`
9
10
+- Analyze nginx configuration but skip specific tests:
11
12
+`gixy --skips {{http_splitting}}`
13
14
+- Analyze nginx configuration with the specific severity level:
15
16
+`gixy {{-l|-ll|-lll}}`
17
18
+- Analyze nginx configuration files on the specific path:
19
20
+`gixy {{path/to/configuration_file_1}} {{path/to/configuration_file_2}}`
0 commit comments