HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

gixy — Analyze `nginx` configuration files. More information: <https://github.com/dvershinin/gixy#usage>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
configurationcommandnginxfilesgixyanalyzeclimore

Problem

How to use the gixy command: Analyze nginx configuration files. More information: <https://github.com/dvershinin/gixy#usage>.

Solution

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 ...}}

Code Snippets

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 ...}}

Context

tldr-pages: common/gixy

Revisions (0)

No revisions yet.