Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tech_notes:nginx [2023-12-29 Fri wk52 13:16] – [Nginx] baumkp | tech_notes:nginx [2023-12-29 Fri wk52 15:24] (current) – baumkp | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
======Nginx====== | ======Nginx====== | ||
+ | On a simple system nginx can be started with ''/ | ||
+ | |||
+ | ++++nginx -h| | ||
+ | < | ||
+ | Usage: nginx [-?hvVtTq] [-s signal] [-p prefix] | ||
+ | [-e filename] [-c filename] [-g directives] | ||
+ | |||
+ | Options: | ||
+ | -?,-h : this help | ||
+ | -v : show version and exit | ||
+ | -V : show version and configure options then exit | ||
+ | -t : test configuration and exit | ||
+ | -T : test configuration, | ||
+ | -q : suppress non-error messages during configuration testing | ||
+ | -s signal | ||
+ | -p prefix | ||
+ | -e filename | ||
+ | -c filename | ||
+ | -g directives : set global directives out of configuration file</ | ||
References: | References: |